Edit in GitHubLog an issue

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 clipboard
public let uniqueId: String

scope

Scope string.

Copied to your clipboard
public let scope: String

items

An array containing proposition decision items.

Copied to your clipboard
public lazy var items: [PropositionItem]

Android Interface - Proposition

Public functions

getItems

Returns this proposition's unique identifier as a string.

Java

Syntax

Copied to your clipboard
public List<PropositionItem> getItems()

getScope

Returns this proposition's unique identifier as a string.

Java

Syntax

Copied to your clipboard
public String getScope()

getUniqueId

Returns this proposition's unique identifier as a string.

Java

Syntax

Copied to your clipboard
public String getUniqueId()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.