Skip to content

Commit bfe256e

Browse files
committed
Adding trackAdRevenue to index.d.ts
1 parent ab5f17a commit bfe256e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ declare module "react-native-adjust" {
158158
setPushToken: (token: string): void => { },
159159
appWillOpenUrl: (url: string): void => { },
160160
sendFirstPackages: (): void => { },
161+
trackAdRevenue: (source: string, payload: string): void => { },
161162
addSessionCallbackParameter: (key: string, value: string): void => { },
162163
addSessionPartnerParameter: (key: string, value: string): void => { },
163164
removeSessionCallbackParameter: (key: string): void => { },

0 commit comments

Comments
 (0)