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

Method getLastPushPayload

src/core/classes/IterableApi.ts:662–665  ·  view source on GitHub ↗

* Get the last push payload.

()

Source from the content-addressed store, hash-verified

660 * Get the last push payload.
661 */
662 static getLastPushPayload() {
663 IterableLogger.log('getLastPushPayload');
664 return RNIterableAPI.getLastPushPayload();
665 }
666
667 /**
668 * Get the attribution info.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
getLastPushPayloadMethod · 0.65

Tested by

no test coverage detected