@adobe/react-native-aepedgeidentity@1.0.0-beta.1
·
682 commits
to main
since this release
Release notes:
-
Renamed public classes to better align with the native SDK:
- AEPIdentity -> Identity
-
Added support for new APIs, including IdentityMap and IdentityItem public classes:
- updateIdentities(identityMap: IdentityMap)
- removeIdentity(item: IdentityItem, namespace: string)
- getIdentities(): Promise<IdentityMap>