TNGetDriveDetectionStateResponse
@objcMembers
public class TNGetDriveDetectionStateResponse : NSObject, TNDriveMotionResponse
Undocumented
-
Result of TNGetDriveDetectionStateRequest request.
Declaration
Swift
public var driveDetectionState: TNDriveDetectionState -
Declaration
Swift
public var responseStatus: TNResponseStatus -
Declaration
Swift
public var responseMessage: String? -
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, driveDetectionState: TNDriveDetectionState)