(
messageId: string,
location: number,
clickedUrl: string
)
| 81 | ): void; |
| 82 | trackInAppOpen(messageId: string, location: number): void; |
| 83 | trackInAppClick( |
| 84 | messageId: string, |
| 85 | location: number, |
| 86 | clickedUrl: string |
no outgoing calls
no test coverage detected