Completion for showChoices()
Public Member Functions | |
| void | exec (int choiceIndex, String choice, Runnable completion) |
| Completion method for showChoices() More... | |
| void com.ugrokit.api.UgiUiUtil.ShowChoicesConfirmationCompletion.exec | ( | int | choiceIndex, |
| String | choice, | ||
| Runnable | completion | ||
| ) |
Completion method for showChoices()
| choiceIndex | Index of the choice chosen |
| choice | The choice chosen |
| completion | Code to run if confirmed |