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