// 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 */ NS_ASSUME_NONNULL_BEGIN @interface SDLOnDriverDistraction : SDLRPCNotification /** * @abstract The driver distraction state (i.e. whether driver distraction rules are in effect, or not) */ @property (strong, nonatomic) SDLDriverDistractionState state; @end NS_ASSUME_NONNULL_END