TNDriveDetectionState
@objc(TNDriveDetectionState)
public enum TNDriveDetectionState : Int, CaseIterable, Codable
Undocumented
-
Undocumented
Declaration
Swift
case AUTO_OFF = 0
-
Undocumented
Declaration
Swift
case AUTO_ON = 1
-
Undocumented
Declaration
Swift
case MANUAL_ON = 2
-
Undocumented
Declaration
Swift
case MANUAL_OFF = 3