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 b67e194 commit ee227e2Copy full SHA for ee227e2
index.d.ts
@@ -136,6 +136,7 @@ declare module 'react-native-adjust' {
136
setPushToken: (token: string) => void
137
appWillOpenUrl: (url: string) => void
138
sendFirstPackages: () => void
139
+ trackAdRevenue: (source: string, payload: string) => void
140
addSessionCallbackParameter: (key: string, value: string) => void
141
addSessionPartnerParameter: (key: string, value: string) => void
142
removeSessionCallbackParameter: (key: string) => void
0 commit comments