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 80e4791 commit 88f0f76Copy full SHA for 88f0f76
index.d.ts
@@ -189,6 +189,10 @@ declare module 'react-native-adjust' {
189
constructor(productId: string, purchaseToken: string)
190
}
191
192
+ export class AdjustDeeplink {
193
+ constructor(deeplink: string)
194
+ }
195
+
196
export const Adjust: {
197
componentWillUnmount: () => void
198
initSdk: (adjustConfig: AdjustConfig) => void
0 commit comments