Skip to content

Commit ee227e2

Browse files
rawrmaanuerceg
authored andcommitted
Add missing trackAdRevenue function
1 parent b67e194 commit ee227e2

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
@@ -136,6 +136,7 @@ declare module 'react-native-adjust' {
136136
setPushToken: (token: string) => void
137137
appWillOpenUrl: (url: string) => void
138138
sendFirstPackages: () => void
139+
trackAdRevenue: (source: string, payload: string) => void
139140
addSessionCallbackParameter: (key: string, value: string) => void
140141
addSessionPartnerParameter: (key: string, value: string) => void
141142
removeSessionCallbackParameter: (key: string) => void

0 commit comments

Comments
 (0)