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

Method setMessages

src/__mocks__/MockRNIterableAPI.ts:185–187  ·  view source on GitHub ↗
(messages: IterableInAppMessage[])

Source from the content-addressed store, hash-verified

183 // set messages function is to set the messages static property
184 // this is for testing purposes only
185 static setMessages(messages: IterableInAppMessage[]): void {
186 MockRNIterableAPI.messages = messages;
187 }
188
189 // setClickedUrl function is to set the messages static property
190 // this is for testing purposes only

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected