コード例 #1
0
ファイル: APIscript.cs プロジェクト: pazlavi/AF_Unity
 public void stopSDK()
 {
     AppsFlyer.stopSDK(!AppsFlyer.isSDKStopped());
     stopBTN.GetComponentInChildren <Text>().text = !AppsFlyer.isSDKStopped() ? "Stop SDK" : "Start SDK";
 }