Deletes a subscription to button notifications for the specified button. For more information about button subscriptions, see SDLSubscribeButton
Application can unsubscribe from a button that is currently being pressed (i.e. has not yet been released), but app will not get button event
HMILevel needs to be FULL, LIMITED or BACKGROUND
@since SmartDeviceLink 1.0
See SDLSubscribeButton
Convenience init to unsubscribe from a subscription button
- (nonnull instancetype)initWithButtonName:(nonnull SDLButtonName)buttonName;
init(buttonName: SDLButtonName)
A name of the button to unsubscribe from
A name of the button to unsubscribe from
A name of the button to unsubscribe from @discussion An Enumeration value, see SDLButtonName
@property (nonatomic, strong) SDLButtonName _Nonnull buttonName;
var buttonName: SDLButtonName { get set }