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

Method getUserId

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

Source from the content-addressed store, hash-verified

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
57 setInAppShowResponse(number: number): void;

Callers 7

getUserIdMethod · 0.65
getUserIdMethod · 0.65
getUserIdMethod · 0.65
Iterable.test.tsFile · 0.65
getUserIdMethod · 0.65
getUserIdMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected