RVP_Cocoa_SDK_Thing
public class RVP_Cocoa_SDK_Thing : A_RVP_Cocoa_SDK_Data_Object
-
Declaration
Swift
override public var asDictionary: [String : Any?] { get }
Return Value
all of the values for this object, as a Dictionary. READ ONLY
-
Declaration
Swift
public var thingKey: String { get set }
Return Value
the thing key String.
-
Declaration
Swift
public var thingDescription: String { get set }
Return Value
the thing description String.
-
Declaration
Swift
public var tag2: String { get set }
Return Value
the tag2 String.
-
Declaration
Swift
public var tag3: String { get set }
Return Value
the tag3 String.
-
Declaration
Swift
public var tag4: String { get set }
Return Value
the tag4 String.
-
Declaration
Swift
public var tag5: String { get set }
Return Value
the tag5 String.
-
Declaration
Swift
public var tag6: String { get set }
Return Value
the tag6 String.
-
Declaration
Swift
public var tag7: String { get set }
Return Value
the tag7 String.
-
Declaration
Swift
public var tag8: String { get set }
Return Value
the tag8 String.
-
Declaration
Swift
public var tag9: String { get set }
Return Value
the tag9 String.
-
This is the default initializer.
Declaration
Swift
public override init(sdkInstance inSDKInstance: RVP_Cocoa_SDK?, objectInfoData inData: [String : Any])
Parameters
sdkInstance
REQUIRED (Can be nil) This is the SDK instance that “owns” this object. It may be nil for history instances.
objectInfoData
REQUIRED This is the parsed JSON data for this object, as a Dictionary.