PostbackData
public protocol PostbackData
Protocol describing the details of an Postback data
-
Identifier
Declaration
Swift
var id: String { get }
-
Title
Declaration
Swift
var title: String { get }
-
Data type of postback data
Declaration
Swift
var dataType: PostbackDataType { get }
-
Value in textual representation
Declaration
Swift
var value: String { get }