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

Method setUserId

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

Source from the content-addressed store, hash-verified

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
56 // In-app messaging

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected