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

Method getUserId

src/core/classes/IterableApi.ts:127–130  ·  view source on GitHub ↗

* Get the `userId` associated with the current user.

()

Source from the content-addressed store, hash-verified

125 * Get the `userId` associated with the current user.
126 */
127 static getUserId() {
128 IterableLogger.log('getUserId');
129 return RNIterableAPI.getUserId();
130 }
131
132 /**
133 * Disable the device for the current user.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
getUserIdMethod · 0.65

Tested by

no test coverage detected