// SDLUnsubscribeButton.h // #import "SDLRPCRequest.h" #import "SDLButtonName.h" /** * 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 */ @interface SDLUnsubscribeButton : SDLRPCRequest /** * @abstract A name of the button to unsubscribe from * @discussion An Enumeration value, see * SDLButtonName */ @property (strong) SDLButtonName buttonName; @end