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

Method getEmail

src/core/classes/IterableApi.ts:100–103  ·  view source on GitHub ↗

* Get the email associated with the current user. * * @returns The email associated with the current user

()

Source from the content-addressed store, hash-verified

98 * @returns The email associated with the current user
99 */
100 static getEmail() {
101 IterableLogger.log('getEmail');
102 return RNIterableAPI.getEmail();
103 }
104
105 /**
106 * Associate the current user with the passed in `userId` parameter.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
getEmailMethod · 0.65

Tested by

no test coverage detected