Exemplo n.º 1
0
 private static IAppodealAdsClient getInstance()
 {
     if (client == null)
     {
         client = AppodealAdsClientFactory.GetAppodealAdsClient();
     }
     return(client);
 }
Exemplo n.º 2
0
 private static IAppodealAdsClient getInstance()
 {
     return(client ?? (client = AppodealAdsClientFactory.GetAppodealAdsClient()));
 }