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

Method startSession

src/core/classes/IterableApi.ts:485–488  ·  view source on GitHub ↗

* Start a session. * * @param visibleRows - The visible rows.

(visibleRows: IterableInboxImpressionRowInfo[])

Source from the content-addressed store, hash-verified

483 * @param visibleRows - The visible rows.
484 */
485 static startSession(visibleRows: IterableInboxImpressionRowInfo[]) {
486 IterableLogger.log('startSession: ', visibleRows);
487 return RNIterableAPI.startSession(visibleRows);
488 }
489
490 /**
491 * End a session.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
startSessionMethod · 0.65

Tested by

no test coverage detected