C# 클래스 AndroidPayQuickstart.FullWalletConfirmationButtonFragment

상속: Android.Support.V4.App.Fragment, IDialogInterfaceOnCancelListener, GoogleApiClient.IConnectionCallbacks, GoogleApiClient.IOnConnectionFailedListener
파일 보기 프로젝트 열기: apcurium/xamarin-bindings 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mConnectionResult ConnectionResult
mGoogleApiClient GoogleApiClient
mHandleFullWalletWhenReady bool
mItemId int
mProgressDialog ProgressDialog

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
handleUnrecoverableGoogleWalletError ( int errorCode ) : void
initializeProgressDialog ( ) : void
resolveUnsuccessfulConnectionResult ( ) : void

비공개 메소드들

메소드 설명
checkAndRetryFullWallet ( int errorCode ) : bool
confirmPurchase ( ) : void
fetchTransactionStatus ( FullWallet fullWallet ) : void
getFullWallet ( ) : void
handleError ( int errorCode ) : void
reconnect ( ) : void

메소드 상세

OnActivityResult() 공개 메소드

public OnActivityResult ( int requestCode, int resultCode, Android data ) : void
requestCode int
resultCode int
data Android
리턴 void

OnCancel() 공개 메소드

public OnCancel ( IDialogInterface dialog ) : void
dialog IDialogInterface
리턴 void

OnConnected() 공개 메소드

public OnConnected ( Bundle connectionHint ) : void
connectionHint Bundle
리턴 void

OnConnectionFailed() 공개 메소드

public OnConnectionFailed ( ConnectionResult result ) : void
result ConnectionResult
리턴 void

OnConnectionSuspended() 공개 메소드

public OnConnectionSuspended ( int cause ) : void
cause int
리턴 void

OnCreate() 공개 메소드

public OnCreate ( Android savedInstanceState ) : void
savedInstanceState Android
리턴 void

OnCreateView() 공개 메소드

public OnCreateView ( Android inflater, Android container, Android savedInstanceState ) : Android.Views.View
inflater Android
container Android
savedInstanceState Android
리턴 Android.Views.View

OnSaveInstanceState() 공개 메소드

public OnSaveInstanceState ( Android outState ) : void
outState Android
리턴 void

OnStart() 공개 메소드

public OnStart ( ) : void
리턴 void

OnStop() 공개 메소드

public OnStop ( ) : void
리턴 void

UpdateMaskedWallet() 공개 메소드

public UpdateMaskedWallet ( MaskedWallet maskedWallet ) : void
maskedWallet MaskedWallet
리턴 void

handleUnrecoverableGoogleWalletError() 보호된 메소드

protected handleUnrecoverableGoogleWalletError ( int errorCode ) : void
errorCode int
리턴 void

initializeProgressDialog() 보호된 메소드

protected initializeProgressDialog ( ) : void
리턴 void

resolveUnsuccessfulConnectionResult() 보호된 메소드

protected resolveUnsuccessfulConnectionResult ( ) : void
리턴 void

프로퍼티 상세

mConnectionResult 보호되어 있는 프로퍼티

protected ConnectionResult mConnectionResult
리턴 ConnectionResult

mGoogleApiClient 보호되어 있는 프로퍼티

protected GoogleApiClient mGoogleApiClient
리턴 GoogleApiClient

mHandleFullWalletWhenReady 보호되어 있는 프로퍼티

protected bool mHandleFullWalletWhenReady
리턴 bool

mItemId 보호되어 있는 프로퍼티

protected int mItemId
리턴 int

mProgressDialog 보호되어 있는 프로퍼티

protected ProgressDialog mProgressDialog
리턴 ProgressDialog