C# Class android.accounts.AccountAuthenticatorResponse

Inheritance: java.lang.Object, android.os.Parcelable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
AccountAuthenticatorResponse ( android arg0 )
describeContents ( ) : int
onError ( int arg0, java arg1 ) : void
onRequestContinued ( ) : void
onResult ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
AccountAuthenticatorResponse ( global @__env )

Private Methods

Méthode Description
AccountAuthenticatorResponse ( )

Method Details

AccountAuthenticatorResponse() public méthode

public AccountAuthenticatorResponse ( android arg0 )
arg0 android

AccountAuthenticatorResponse() protected méthode

protected AccountAuthenticatorResponse ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

onError() public méthode

public onError ( int arg0, java arg1 ) : void
arg0 int
arg1 java
Résultat void

onRequestContinued() public méthode

public onRequestContinued ( ) : void
Résultat void

onResult() public méthode

public onResult ( android arg0 ) : void
arg0 android
Résultat void

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void