AndroidPayQuickstart.FullWalletConfirmationButtonFragment.confirmPurchase C# (CSharp) Méthode

confirmPurchase() private méthode

private confirmPurchase ( ) : void
Résultat void
        void confirmPurchase() 
        {
            if (mConnectionResult != null) {
                // The user needs to resolve an issue before GoogleApiClient can connect
                resolveUnsuccessfulConnectionResult();
            } else {
                getFullWallet();
                mProgressDialog.SetCancelable (false);
                mProgressDialog.Show ();
                mHandleFullWalletWhenReady = true;
            }
        }