[U] ad plugins
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Text;
|
||||
using AppsFlyerSDK;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
using UnityEngine.UI;
|
||||
@@ -14,11 +13,8 @@ public class AFInit
|
||||
text.text = "";
|
||||
}
|
||||
|
||||
[Btn("Init AF")]
|
||||
public void InitAF()
|
||||
{
|
||||
AFDeepLinkHelper.Instance.Init();
|
||||
text.text = $"Init AF {AppsFlyer.CallBackObjectName}\n";
|
||||
}
|
||||
|
||||
[Btn("Gen Url")]
|
||||
|
||||
Reference in New Issue
Block a user