@since SDL 7.0.0
- (nonnull instancetype)initWithTryAgainTime:
(nullable NSNumber<SDLUInt> *)tryAgainTime;
init(tryAgainTime: (NSNumber & SDLUInt)?)
- tryAgainTime
A SDLSubtleAlertResponse object
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. {“default_value”: null, “max_value”: 2000000000, “min_value”: 0}
@property (nonatomic, strong, nullable) NSNumber<SDLUInt> *tryAgainTime;
var tryAgainTime: (NSNumber & SDLUInt)? { get set }