ZendriveSettings

@interface ZendriveSettings : NSObject

This class surfaces errors in device or application settings that affects trip detection in the SDK.

  • List of errors that must be resolved for trip detection to work correctly.

    Declaration

    Objective-C

    @property (nonatomic, nonnull) NSArray<ZendriveSettingsError *> *errors;
  • Initializer for ZendriveSettings

    Declaration

    Objective-C

    - (nonnull instancetype)initWithErrors:
        (NSArray<ZendriveSettingsError *> *_Nonnull)errors;