Proposition
The Proposition
class represents the decision propositions received from the remote, upon a personalization query request to the Experience Edge network.
iOS Interface - Proposition
Public variables
uniqueId
Unique proposition identifier.
Copied to your clipboardpublic let uniqueId: String
scope
Scope string.
Copied to your clipboardpublic let scope: String
items
An array containing proposition decision items.
Copied to your clipboardpublic lazy var items: [PropositionItem]
Android Interface - Proposition
Public functions
getItems
Returns this proposition's unique identifier as a string.
getScope
Returns this proposition's unique identifier as a string.
getUniqueId
Returns this proposition's unique identifier as a string.