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.
public let uniqueId: String
scope
Scope string.
public let scope: String
items
An array containing proposition decision items.
public lazy var items: [PropositionItem]
Android Interface - Proposition
Public functions
getItems
Returns this proposition's unique identifier as a string.
Android Java
data-slots=heading, code
data-repeat=1
Syntax
public List<PropositionItem> getItems()
getScope
Returns this proposition's unique identifier as a string.
Android Java
data-slots=heading, code
data-repeat=1
Syntax
public String getScope()
getUniqueId
Returns this proposition's unique identifier as a string.
Android Java
data-slots=heading, code
data-repeat=1
Syntax
public String getUniqueId()