@adobe/react-native-aepcore
Version:
Adobe Experience Platform support for React Native apps.
10 lines (9 loc) • 392 B
TypeScript
import { MobileVisitorAuthenticationState } from './MobileVisitorAuthenticationState';
declare class VisitorID {
idOrigin?: string;
idType?: string;
identifier?: string;
authenticationState?: MobileVisitorAuthenticationState;
constructor(idOrigin?: string, idType?: string, id?: string, authenticationState?: MobileVisitorAuthenticationState);
}
export default VisitorID;