// SDLOnDriverDistraction.h // #import "SDLRPCNotification.h" #import "SDLDriverDistractionState.h" /** * Notifies the application of the current driver distraction state (whether driver distraction rules are in effect, or * not). * * HMI Status Requirements: * * * * @since SDL 1.0 */ @interface SDLOnDriverDistraction : SDLRPCNotification /** * @abstract The driver distraction state (i.e. whether driver distraction rules are in effect, or not) */ @property (strong) SDLDriverDistractionState state; @end