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

Method setReadForMessage

src/core/classes/IterableApi.ts:441–444  ·  view source on GitHub ↗

* Set the read status of the specified message. * * @param messageId - The message to set the read status of. * @param read - Whether the message is read.

(messageId: string, read: boolean)

Source from the content-addressed store, hash-verified

439 * @param read - Whether the message is read.
440 */
441 static setReadForMessage(messageId: string, read: boolean): void {
442 IterableLogger.log('setReadForMessage: ', messageId, read);
443 return RNIterableAPI.setReadForMessage(messageId, read);
444 }
445
446 /**
447 * Pause or unpause the automatic display of incoming in-app messages

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
setReadForMessageMethod · 0.65

Tested by

no test coverage detected