示例#1
0
        static public bool IsReady(string zoneId = null)
        {
#if UNITY_ANDROID || UNITY_IOS
            return(UnityAds.canShowZone(zoneId));
#else
            return(false);
#endif
        }
示例#2
0
 // Token: 0x06000123 RID: 291 RVA: 0x00004079 File Offset: 0x00002279
 public static bool IsReady(string zoneId)
 {
     return(UnityAds.canShowZone(zoneId));
 }