Example #1
0
 public override void initSDK()
 {
     IOSPlatformWrapper.initSDK();
 }
Example #2
0
 public override void TAEventPropertie(string key, string jsonStr)
 {
     Debug.Log("IOSPlatform EventPropertie:" + jsonStr);
     IOSPlatformWrapper.TAEventPropertie(key, jsonStr);
 }
Example #3
0
 public override void showInterAd()
 {
     Debug.Log("IOSPlatform showInterAd");
     IOSPlatformWrapper.showInterAd();
 }
Example #4
0
 public override bool isInterLoaded()
 {
     Debug.Log("IOSPlatform isInterLoaded");
     return(IOSPlatformWrapper.isInterLoaded());
 }
Example #5
0
 public override void showRewardedVideo(string tag, Action <bool> actionCallBack)
 {
     Debug.Log("IOSPlatform showRewardedVideo Action");
     IOSPlatformWrapper.showRewardedVideo(tag, actionCallBack);
 }
Example #6
0
 public override void showRewardedVideo(string tag)
 {
     Debug.Log("IOSPlatform showRewardedVideo");
     IOSPlatformWrapper.showRewardedVideo(tag);
 }