C# Class AndroidPayQuickstart.FullWalletConfirmationButtonFragment

Inheritance: Android.Support.V4.App.Fragment, IDialogInterfaceOnCancelListener, GoogleApiClient.IConnectionCallbacks, GoogleApiClient.IOnConnectionFailedListener
Afficher le fichier Open project: apcurium/xamarin-bindings Class Usage Examples

Protected Properties

Свойство Type Description
mConnectionResult ConnectionResult
mGoogleApiClient GoogleApiClient
mHandleFullWalletWhenReady bool
mItemId int
mProgressDialog ProgressDialog

Méthodes publiques

Méthode Description
OnActivityResult ( int requestCode, int resultCode, Android data ) : void
OnCancel ( IDialogInterface dialog ) : void
OnConnected ( Bundle connectionHint ) : void
OnConnectionFailed ( ConnectionResult result ) : void
OnConnectionSuspended ( int cause ) : void
OnCreate ( Android savedInstanceState ) : void
OnCreateView ( Android inflater, Android container, Android savedInstanceState ) : Android.Views.View
OnSaveInstanceState ( Android outState ) : void
OnStart ( ) : void
OnStop ( ) : void
UpdateMaskedWallet ( MaskedWallet maskedWallet ) : void

Méthodes protégées

Méthode Description
handleUnrecoverableGoogleWalletError ( int errorCode ) : void
initializeProgressDialog ( ) : void
resolveUnsuccessfulConnectionResult ( ) : void

Private Methods

Méthode Description
checkAndRetryFullWallet ( int errorCode ) : bool
confirmPurchase ( ) : void
fetchTransactionStatus ( FullWallet fullWallet ) : void
getFullWallet ( ) : void
handleError ( int errorCode ) : void
reconnect ( ) : void

Method Details

OnActivityResult() public méthode

public OnActivityResult ( int requestCode, int resultCode, Android data ) : void
requestCode int
resultCode int
data Android
Résultat void

OnCancel() public méthode

public OnCancel ( IDialogInterface dialog ) : void
dialog IDialogInterface
Résultat void

OnConnected() public méthode

public OnConnected ( Bundle connectionHint ) : void
connectionHint Bundle
Résultat void

OnConnectionFailed() public méthode

public OnConnectionFailed ( ConnectionResult result ) : void
result ConnectionResult
Résultat void

OnConnectionSuspended() public méthode

public OnConnectionSuspended ( int cause ) : void
cause int
Résultat void

OnCreate() public méthode

public OnCreate ( Android savedInstanceState ) : void
savedInstanceState Android
Résultat void

OnCreateView() public méthode

public OnCreateView ( Android inflater, Android container, Android savedInstanceState ) : Android.Views.View
inflater Android
container Android
savedInstanceState Android
Résultat Android.Views.View

OnSaveInstanceState() public méthode

public OnSaveInstanceState ( Android outState ) : void
outState Android
Résultat void

OnStart() public méthode

public OnStart ( ) : void
Résultat void

OnStop() public méthode

public OnStop ( ) : void
Résultat void

UpdateMaskedWallet() public méthode

public UpdateMaskedWallet ( MaskedWallet maskedWallet ) : void
maskedWallet MaskedWallet
Résultat void

handleUnrecoverableGoogleWalletError() protected méthode

protected handleUnrecoverableGoogleWalletError ( int errorCode ) : void
errorCode int
Résultat void

initializeProgressDialog() protected méthode

protected initializeProgressDialog ( ) : void
Résultat void

resolveUnsuccessfulConnectionResult() protected méthode

protected resolveUnsuccessfulConnectionResult ( ) : void
Résultat void

Property Details

mConnectionResult protected_oe property

protected ConnectionResult mConnectionResult
Résultat ConnectionResult

mGoogleApiClient protected_oe property

protected GoogleApiClient mGoogleApiClient
Résultat GoogleApiClient

mHandleFullWalletWhenReady protected_oe property

protected bool mHandleFullWalletWhenReady
Résultat bool

mItemId protected_oe property

protected int mItemId
Résultat int

mProgressDialog protected_oe property

protected ProgressDialog mProgressDialog
Résultat ProgressDialog