VehicleInfo
@objcMembers
public class VehicleInfo : NSObject
VehicleInfo class is used to describe the vehicle information that may be returned via query parameters in the case of authentication failure.
-
Constructor for the VehicleInfo
Declaration
Swift
public init(vin: String? = nil, make: String? = nil)Parameters
vinOptional, the VIN of the vehicle. Defaults to nil.
makeOptional, the make of the vehicle. Defaults to nil.
VehicleInfo Class Reference