Example #1
0
 public void a(String s, c c1, INetworkListener inetworklistener) {
   b = inetworklistener;
   if (InternalSDKUtil.checkNetworkAvailibility(InternalSDKUtil.getContext())) {
     Log.internal("[InMobi]-[Monetization]", "Fetching  Ads");
     a.executeTask(c1, inetworklistener);
   } else if (b != null) {
     s = new Response(ErrorCode.NETWORK_ERROR);
     b.onRequestFailed(c1, s);
     return;
   }
 }
Example #2
0
 private a() {
   a = ServiceProvider.getInstance();
 }