KindlyEventButton
public struct KindlyEventButton
Button data for events
-
Button ID
Declaration
Swift
public let id: String? -
Button type
Declaration
Swift
public let type: String -
Button label text
Declaration
Swift
public let label: String -
Button value
Declaration
Swift
public let value: String? -
Button index
Declaration
Swift
public let index: Int? -
Whether the button has been selected
Declaration
Swift
public let hasBeenSelected: Bool -
Button context data
Declaration
Swift
public let context: [String : Any]? -
Undocumented
Declaration
Swift
public init( id: String? = nil, type: String, label: String, value: String? = nil, index: Int? = nil, hasBeenSelected: Bool = false, context: [String: Any]? = nil )
View on GitHub