You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -623,7 +639,7 @@ export class Adjust extends AwesomeCordovaNativePlugin {
623
639
gdprForgetMe(): void{}
624
640
625
641
/**
626
-
* You can now notify Adjust when a user has exercised their right to stop sharing their data with partners for marketing purposes, but has allowed it to be shared for statistics purposes.
642
+
* You can now notify Adjust when a user has exercised their right to stop sharing their data with partners for marketing purposes, but has allowed it to be shared for statistics purposes.
627
643
* Calling the following method will instruct the Adjust SDK to communicate the user's choice to disable data sharing to the Adjust backend
628
644
*/
629
645
@Cordova({sync: true})
@@ -670,6 +686,12 @@ export class Adjust extends AwesomeCordovaNativePlugin {
670
686
return;
671
687
}
672
688
689
+
/**
690
+
* Instruct to Adjust SDK to check current state of att_status
691
+
*/
692
+
@Cordova({sync: true})
693
+
checkForNewAttStatus(): void{}
694
+
673
695
/**
674
696
* If you want to access information about a user's current attribution whenever you need it, you can make a call to this function
0 commit comments