(key: string, value: UnsafeObject | null)
| 33 | initNativeSdk(options: UnsafeObject): Promise<boolean>; |
| 34 | setUser(defaultUserKeys: UnsafeObject | null, otherUserKeys: UnsafeObject | null): void; |
| 35 | setContext(key: string, value: UnsafeObject | null): void; |
| 36 | setExtra(key: string, value: string): void; |
| 37 | setTag(key: string, value: string): void; |
| 38 | setAttribute(key: string, value: string): void; |
no outgoing calls