Billing.PurchaseObserver.OnBillingSupported C# (CSharp) Method

OnBillingSupported() public abstract method

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
return void
        public abstract void OnBillingSupported(bool supported, string type);