ZendriveState
@interface ZendriveState : NSObject
Represents the current state of the Zendrive SDK.
-
The current configuration of the SDK. Refer to
ZendriveConfigurationfor further details.Declaration
Objective-C
@property (assign, readwrite, atomic) ZendriveConfiguration *zendriveConfiguration; -
Is the SDK currently tracking a drive?
Declaration
Objective-C
@property (assign, readwrite, atomic) BOOL isDriveInProgress;
ZendriveState Class Reference