Example #1
0
 // Token: 0x06000122 RID: 290 RVA: 0x00004071 File Offset: 0x00002271
 public static bool IsReady()
 {
     return(Advertisement.IsReady(null));
 }
Example #2
0
 public static bool isReady(string zoneId = null)
 {
     return(Advertisement.IsReady(zoneId));
 }