(messageId: string, location: number)
| 80 | dataFields?: { [key: string]: string | number | boolean } |
| 81 | ): void; |
| 82 | trackInAppOpen(messageId: string, location: number): void; |
| 83 | trackInAppClick( |
| 84 | messageId: string, |
| 85 | location: number, |
no outgoing calls
no test coverage detected