Billing.PurchaseObserver.OnBillingSupported C# (CSharp) 메소드

OnBillingSupported() 공개 추상적인 메소드

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