Esempio n. 1
0
 public void stopSDK()
 {
     AppsFlyer.stopSDK(!AppsFlyer.isSDKStopped());
     stopBTN.GetComponentInChildren <Text>().text = !AppsFlyer.isSDKStopped() ? "Stop SDK" : "Start SDK";
 }