Map Doc  1.0
iOS-引擎SDK-开放平台
<MBBadDrivingDetectorDelegate >协议 参考

#import <MBBadDrivingDetector.h>

类 <MBBadDrivingDetectorDelegate > 继承关系图:

构造函数

(void) - quickAccerlationBegin:
 
(void) - quickAccerlationEnd:
 
(void) - hardBrakingBegin:
 
(void) - hardBrakingEnd:
 
(void) - idleBegin:
 
(void) - idleEnd:
 

详细描述

接收不良驾驶的消息通知

函数文档

◆ hardBrakingBegin:()

- (void MBBadDrivingDetectorDelegate) hardBrakingBegin: (MBBadDrivingDetector *)  detector
optional

急刹车开始

参数
detector不良驾驶检测实例
自从
4.9.x

◆ hardBrakingEnd:()

- (void MBBadDrivingDetectorDelegate) hardBrakingEnd: (MBBadDrivingDetector *)  detector
optional

急刹车结束

参数
detector不良驾驶检测实例
自从
4.9.x

◆ idleBegin:()

- (void MBBadDrivingDetectorDelegate) idleBegin: (MBBadDrivingDetector *)  detector
optional

闲置开始

参数
detector不良驾驶检测实例
自从
4.9.x

◆ idleEnd:()

- (void MBBadDrivingDetectorDelegate) idleEnd: (MBBadDrivingDetector *)  detector
optional

闲置结束

参数
detector不良驾驶检测实例
自从
4.9.x

◆ quickAccerlationBegin:()

- (void MBBadDrivingDetectorDelegate) quickAccerlationBegin: (MBBadDrivingDetector *)  detector
optional

急加速开始

参数
detector不良驾驶检测实例
自从
4.9.x

◆ quickAccerlationEnd:()

- (void MBBadDrivingDetectorDelegate) quickAccerlationEnd: (MBBadDrivingDetector *)  detector
optional

急加速完成

参数
detector不良驾驶检测实例
自从
4.9.x

该协议的文档由以下文件生成: