Deletes an existing Choice Set identified by the parameter interactionChoiceSetID. If the specified interactionChoiceSetID is currently in use by an active SDLPerformInteraction this call to delete the Choice Set will fail returning an IN_USE resultCode
Function Group: Base
HMILevel needs to be FULL, LIMITED or BACKGROUD
Since SmartDeviceLink 1.0
see SDLCreateInteractionChoiceSet SDLPerformInteraction
Convenience init to delete a choice set
- (nonnull instancetype)initWithId:(UInt32)choiceId;
init(id choiceId: UInt32)
A unique ID that identifies the Choice Set
An SDLDeleteInteractionChoiceSet object
a unique ID that identifies the Choice Set @discussion a unique ID that identifies the Choice Set
Notes: Min Value: 0; Max Value: 2000000000
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull interactionChoiceSetID;
var interactionChoiceSetID: NSNumber & SDLInt { get set }