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

Method setReadForMessage

src/api/NativeRNIterableAPI.ts:67–67  ·  view source on GitHub ↗
(messageId: string, read: boolean)

Source from the content-addressed store, hash-verified

65 showMessage(messageId: string, consume: boolean): Promise<string | null>;
66 removeMessage(messageId: string, location: number, source: number): void;
67 setReadForMessage(messageId: string, read: boolean): void;
68 setAutoDisplayPaused(autoDisplayPaused: boolean): void;
69
70 // Tracking

Callers 8

setReadForMessageMethod · 0.65
setReadForMessageMethod · 0.65
setReadForMessageMethod · 0.65
setReadForMessageMethod · 0.65
setMessageAsReadMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected