Metadata
public class Metadata : HandyJSON
Data you send with a Message
-
Language of the message
Declaration
Swift
public var language:String? -
Timezone of the message (number of hours from UTC)
Declaration
Swift
public var timezone:Int? -
Context of the message
Declaration
Swift
private(set) public var contexts:[String] = [] -
Variables to use in backed code
Declaration
Swift
private(set) public var params:[String: String] = [:] -
Undocumented
Declaration
Swift
public class Metadata : HandyJSON -
Undocumented
Declaration
Swift
public class Metadata : HandyJSON -
Undocumented
Declaration
Swift
public class Metadata : HandyJSON
View on GitHub
Install in Dash
Metadata Class Reference