(messages: IterableInAppMessage[])
| 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 |
no outgoing calls
no test coverage detected