PerformInteraction Response is sent, when SDLPerformInteraction has been called
@since SDL 1.0
ID of the choice that was selected in response to PerformInteraction. Only is valid if general result is “success:true”.
Optional, Integer, 0 - 2,000,000,000
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *choiceID;
var choiceID: (NSNumber & SDLInt)? { get set }
Manually entered text selection, e.g. through keyboard. Can be returned in lieu of choiceID, depending on the trigger source.
Optional, Max length 500 chars
@property (nonatomic, strong, nullable) NSString *manualTextEntry;
var manualTextEntry: String? { get set }
A SDLTriggerSource object which will be shown in the HMI. Only is valid if resultCode is SUCCESS.
@property (nonatomic, strong, nullable) SDLTriggerSource triggerSource;
var triggerSource: SDLTriggerSource? { get set }