Billing.BillingService.BillingRequest.LogResponseCode C# (CSharp) Méthode

LogResponseCode() protected méthode

protected LogResponseCode ( string method, Bundle response ) : void
method string
response Bundle
Résultat void
            protected internal virtual void LogResponseCode(string method, Bundle response)
            {
                Consts.ResponseCode responseCode = (Consts.ResponseCode)response.GetInt(Consts.BILLING_RESPONSE_RESPONSE_CODE);
                if (Consts.DEBUG)
                {
                    Log.Error(TAG, method + " received " + responseCode.ToString());
                }
            }