Пример #1
0
 public static IAppodealAdsClient getInstance()
 {
     if (client == null) {
         client = AppodealAdsClientFactory.GetAppodealAdsClient();
     }
     return client;
 }
Пример #2
0
 private static IAppodealAdsClient getInstance()
 {
     if (client == null)
     {
         client = AppodealAdsClientFactory.GetAppodealAdsClient();
     }
     return(client);
 }
Пример #3
0
 private static IAppodealAdsClient getInstance()
 {
     return(client ?? (client = AppodealAdsClientFactory.GetAppodealAdsClient()));
 }