TNGetDriveDetectionStateResponse
@objcMembers
public class TNGetDriveDetectionStateResponse : TNDriveMotionResponseBase
Undocumented
-
Result of TNGetDriveDetectionStateRequest request.
Declaration
Swift
public var driveDetectionState: TNDriveDetectionState
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, driveDetectionState: TNDriveDetectionState)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws