We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5f17a commit bfe256eCopy full SHA for bfe256e
index.d.ts
@@ -158,6 +158,7 @@ declare module "react-native-adjust" {
158
setPushToken: (token: string): void => { },
159
appWillOpenUrl: (url: string): void => { },
160
sendFirstPackages: (): void => { },
161
+ trackAdRevenue: (source: string, payload: string): void => { },
162
addSessionCallbackParameter: (key: string, value: string): void => { },
163
addSessionPartnerParameter: (key: string, value: string): void => { },
164
removeSessionCallbackParameter: (key: string): void => { },
0 commit comments