SDLAlertResponse Class Reference

Section Contents

Overview

Response to SDLAlert

@since SDL 1.0

tryAgainTime

Amount of time (in seconds) that an app must wait before resending an alert.

@since RPC 2.0

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *tryAgainTime;

Swift

var tryAgainTime: (NSNumber & SDLInt)? { get set }