ZendriveSettingsError
@interface ZendriveSettingsError : NSObject
This class represent an error in device or application settings that is affecting the ability of the SDK to detect trips.
-
Error type for ZendriveSettingError
Declaration
Objective-C
@property (nonatomic) ZendriveSettingsErrorType errorType;
-
Initializer for ZendriveSettingsError
Declaration
Objective-C
- (nonnull instancetype)initWithErrorType:(ZendriveSettingsErrorType)errorType;