Ejemplo n.º 1
0
 public GooglePlayStoreImpl(GooglePlayBillingUtil googlePlayBillingUtil)
 {
     _inventory   = new GooglePlayBillingInventory();
     _billingUtil = googlePlayBillingUtil;
     _jniUtils    = new JniUtils(_billingUtil);
 }