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.Extension
IdentityExtension class is responsible for interactions with the ECID Service
The 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
Methods inherited from class com.adobe.marketing.mobile.Extension
getApi
-
Method Details
-
readyForEvent
public boolean readyForEvent(@NonNull com.adobe.marketing.mobile.Event event) - Overrides:
readyForEventin classcom.adobe.marketing.mobile.Extension
-