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 0a5fd28 commit 22706c9Copy full SHA for 22706c9
index.d.ts
@@ -226,7 +226,7 @@ declare module 'react-native-adjust' {
226
gdprForgetMe: () => void
227
getIdfa: (callback: (idfa: string) => void) => void
228
getIdfv: (callback: (idfv: string) => void) => void
229
- getGoogleAdId: (callback: (adid: string) => void) => void
+ getGoogleAdId: (callback: (adid: string | null) => void) => void
230
getAdid: (callback: (adid: string) => void) => void
231
getAttribution: (callback: (attribution: AdjustAttribution) => void) => void
232
getAmazonAdId: (callback: (adid: string) => void) => void
0 commit comments