NumberGet the TryAgainTime
Kind: Instance method of SubtleAlertResponse
Returns: Number - the KEY_TRY_AGAIN_TIME value
SubtleAlertResponseSet the TryAgainTime
Kind: Instance method of SubtleAlertResponse
Returns: SubtleAlertResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| time | Number |
Amount of time (in milliseconds) that an app must wait before resending an alert. If provided, another system event or overlay currently has a higher priority than this alert. An app must not send an alert without waiting at least the amount of time dictated. - The desired TryAgainTime. {'num_min_value': 0, 'num_max_value': 2000000000} |