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

Method endSession

src/core/classes/IterableApi.ts:493–496  ·  view source on GitHub ↗

* End a session.

()

Source from the content-addressed store, hash-verified

491 * End a session.
492 */
493 static endSession() {
494 IterableLogger.log('endSession');
495 return RNIterableAPI.endSession();
496 }
497
498 /**
499 * Update the visible rows.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
endSessionMethod · 0.65

Tested by

no test coverage detected