Class IdentityExtension
- java.lang.Object
-
- com.adobe.marketing.mobile.Extension
-
- com.adobe.marketing.mobile.identity.IdentityExtension
-
public final class IdentityExtension extends com.adobe.marketing.mobile.ExtensionIdentityExtension class is responsible for interactions with the ECID ServiceThe IdentityExtension handles the following use cases:
- Syncing new visitor identifiers to the ECID Service
- Modifying a base URL and returning with ECID Service values to facilitate hybrid app communication
- Returning a list of known identifiers for the user
The IdentityExtension listens for the following
Events:EventType.HUB-EventSource.SHARED_STATEEventType.IDENTITY-EventSource.REQUEST_IDENTITY
The IdentityExtension dispatches the following
Events:EventType.ANALYTICS-EventSource.REQUEST_CONTENTEventType.IDENTITY-EventSource.RESPONSE_IDENTITYEventType.CONFIGURATION-EventSource.REQUEST_CONTENT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanreadyForEvent(com.adobe.marketing.mobile.Event event)
-