fix:1、删除sdk相关。2、添加tips界面,修复bug
This commit is contained in:
-9
@@ -30,23 +30,14 @@ MonoBehaviour:
|
||||
referenceMode: 2
|
||||
serializationDepthLimit: 64
|
||||
assemblyNames:
|
||||
- AppsFlyer
|
||||
- Assembly-CSharp
|
||||
- BigoAds
|
||||
- DOTween.Modules
|
||||
- DOTweenPro.Scripts
|
||||
- endel.nativewebsocket
|
||||
- IngameDebugConsole.Runtime
|
||||
- KwaiAds
|
||||
- MaxSdk.Scripts
|
||||
- OPS.Obfuscator
|
||||
- SDKConfig
|
||||
- spine-unity
|
||||
- Tests
|
||||
- Unity.Advertisement.IosSupport
|
||||
- Unity.Advertisement.IosSupport.Tests
|
||||
- VosacoSDK
|
||||
- WebView
|
||||
showAdvancedSettings: 0
|
||||
addMgrToSceneAutomatically: 0
|
||||
autoUpdateReferences: 1
|
||||
|
||||
@@ -115,18 +115,18 @@ namespace SGModule.NetKit {
|
||||
});
|
||||
}
|
||||
|
||||
public static void SetClickAdEvent<T>(string link, string type, UnityAction<bool, T> onCompleted = null)
|
||||
{
|
||||
var info = new H5sendClass
|
||||
{
|
||||
link = link,
|
||||
type = type
|
||||
};
|
||||
NetKit.Instance.Post<T>("event/h5Clicks", info,
|
||||
response => {
|
||||
onCompleted?.Invoke(response.IsSuccess, response.Data);
|
||||
});
|
||||
}
|
||||
// public static void SetClickAdEvent<T>(string link, string type, UnityAction<bool, T> onCompleted = null)
|
||||
// {
|
||||
// var info = new H5sendClass
|
||||
// {
|
||||
// link = link,
|
||||
// type = type
|
||||
// };
|
||||
// NetKit.Instance.Post<T>("event/h5Clicks", info,
|
||||
// response => {
|
||||
// onCompleted?.Invoke(response.IsSuccess, response.Data);
|
||||
// });
|
||||
// }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user