(userActivity: any)
| 10 | setConsent(consentSettings: Map<ConsentType, ConsentStatus>): void; |
| 11 | handleOpenURL(url: string): void; |
| 12 | handleUserActivity(userActivity: any): void; |
| 13 | } |
| 14 | |
| 15 | export interface EventParameter { |
no outgoing calls
no test coverage detected