public interface AlertCompletionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(boolean success,
Integer tryAgainTime)
Returns whether an Alert operation was successful or not along with tryAgainTime
|
void onComplete(boolean success,
Integer tryAgainTime)
success - - Boolean that is True if Operation was a success, False otherwise.tryAgainTime - - Amount of time (in seconds) that an app must wait before resending an alert.