Owner
public class Owner: NSObject, NSCoding
Represents Owner
-
Undocumented
Declaration
Swift
public class Owner: NSObject, NSCoding
-
Undocumented
Declaration
Swift
public class Owner: NSObject, NSCoding
-
ID of the owner.
Declaration
Swift
public let typedID: TypedID
-
Access token of the owner.
Declaration
Swift
public let accessToken: String
-
instantiate Owner.
Parameter
Parameter typedID: ID of the Owner.Parameter
Parameter accessToken: Access Token of the Owner.Declaration
Swift
public init(typedID: TypedID, accessToken: String)
Parameters
typedID
ID of the Owner.
accessToken
Access Token of the Owner.
-
Undocumented
Declaration
Swift
public class Owner: NSObject, NSCoding