ZendriveMockAccidentInfo
@interface ZendriveMockAccidentInfo : NSObject
A wrapper object over ZendriveAccidentInfo. This contains some additional information needed to simulate the callbacks.
-
ZendriveAccidentInfo which gets wrapped by ZendriveMockAccidentInfo.
Declaration
Objective-C
@property (nonatomic) ZendriveAccidentInfo *accidentInfo;
-
Indicates if the accident represented by this object is a potential accident.
Declaration
Objective-C
@property (nonatomic) BOOL isPotentialAccident;
-
Delay with which the corresponding accident callback should be send from the actual accident timestamp.
Declaration
Objective-C
@property (nonatomic) int delayFromAccidentSeconds;