Returns whether an Alert operation was successful or not along with tryAgainTime
Kind: Instance method of AlertCompletionListener
Param | Type | Description |
---|---|---|
success | Boolean |
Boolean that is True if Operation was a success, False otherwise. |
tryAgainTime | Number |
Amount of time (in seconds) that an app must wait before resending an alert. |
AlertCompletionListener
Set the OnComplete event function.
Kind: Instance method of AlertCompletionListener
Returns: AlertCompletionListener
- A reference to this instance to support method chaining.
Param | Type | Description |
---|---|---|
listener | function |
A function to be called when the event occurs. |