State
@objc(ZDState)
public class State : NSObject
Represents the current state of the Zendrive SDK.
-
The current configuration of the SDK. Refer to
Configurationfor further details.Declaration
Swift
@objc public var zendriveConfiguration: Configuration! -
Is the SDK currently tracking a drive?
Declaration
Swift
@objc public var isDriveInProgress: Bool
State Class Reference