AndroidPayQuickstart.FullWalletConfirmationButtonFragment.confirmPurchase C# (CSharp) Method

confirmPurchase() private method

private confirmPurchase ( ) : void
return 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;
            }
        }