Skip to content

@adobe/react-native-aepedgeidentity@1.0.0-beta.1

Compare
Choose a tag to compare
@yangyansong-adbe yangyansong-adbe released this 20 Dec 20:48
· 682 commits to main since this release
86ecce9

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>