UNPKG

@adobe/react-native-aepedgeidentity

Version:

Adobe Experience Platform Identity for Edge Network extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe.

9 lines (8 loc) 290 B
import { AuthenticatedState } from './AuthenticatedState'; declare class IdentityItem { id: string; authenticatedState: AuthenticatedState; primary: boolean; constructor(id: string, authenticatedState?: AuthenticatedState, primary?: boolean); } export default IdentityItem;