Billing.PurchaseObserver.OnBillingSupported C# (CSharp) Méthode

OnBillingSupported() public abstract méthode

This is the callback that is invoked when Android Market responds to the BillingService#checkBillingSupported() request.
public abstract OnBillingSupported ( bool supported, string type ) : void
supported bool true if in-app billing is supported.
type string
Résultat void
        public abstract void OnBillingSupported(bool supported, string type);