Identity class
Adobe Experience Platform Identity API.
Constructors
- Identity()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
experienceCloudId
→ Future<
String> -
Returns the Experience Cloud ID.
no setter
-
extensionVersion
→ Future<
String> -
Gets the current Identity extension version.
no setter
-
identifiers
→ Future<
List< Identifiable> > -
Returns all customer identifiers that were previously synced with the Adobe Experience Cloud.
no setter
-
urlVariables
→ Future<
String> -
Gets Visitor ID Service identifiers in URL query string form for consumption in hybrid mobile apps.
no setter
Static Methods
-
appendToUrl(
String url) → Future< String> - Appends Adobe visitor information to the query component of the specified URL.
-
syncIdentifier(
String identifierType, String identifier, MobileVisitorAuthenticationState authState) → Future< void> - Updates the given customer ID with the Adobe Experience Cloud ID Service.
-
syncIdentifiers(
Map< String, String> identifiers) → Future<void> - Updates the given customer IDs with the Adobe Experience Cloud ID Service.
-
syncIdentifiersWithAuthState(
Map< String, String> identifiers, MobileVisitorAuthenticationState authState) → Future<void> - Updates the given customer IDs with the Adobe Experience Cloud ID Service.