MCPcopy Create free account
hub / github.com/Iterable/react-native-sdk / getEmail

Method getEmail

src/api/NativeRNIterableAPI.ts:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 // User management
51 setEmail(email: string | null, authToken?: string | null): void;
52 getEmail(): Promise<string | null>;
53 setUserId(userId?: string | null, authToken?: string | null): void;
54 getUserId(): Promise<string | null | undefined>;
55

Callers 8

UserFunction · 0.65
getEmailMethod · 0.65
getEmailMethod · 0.65
getEmailMethod · 0.65
Iterable.test.tsFile · 0.65
getEmailMethod · 0.65
getEmailMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected