MCPcopy Index your code
hub / github.com/Iterable/react-native-sdk / setEmail

Method setEmail

src/api/NativeRNIterableAPI.ts:51–51  ·  view source on GitHub ↗
(email: string | null, authToken?: string | null)

Source from the content-addressed store, hash-verified

49
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>;

Callers 9

IterableAppProviderFunction · 0.65
setEmailMethod · 0.65
setEmailMethod · 0.65
setEmailMethod · 0.65
Iterable.test.tsFile · 0.65
setEmailMethod · 0.65
logoutMethod · 0.65
setEmailMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected