C# Class android.accounts.AccountAuthenticatorResponse

Inheritance: java.lang.Object, android.os.Parcelable
Show file Open project: JeroMiya/androidmono

Public Methods

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

Protected Methods

Method Description
AccountAuthenticatorResponse ( global @__env )

Private Methods

Method Description
AccountAuthenticatorResponse ( )

Method Details

AccountAuthenticatorResponse() public method

public AccountAuthenticatorResponse ( android arg0 )
arg0 android

AccountAuthenticatorResponse() protected method

protected AccountAuthenticatorResponse ( global @__env )
@__env global

describeContents() public method

public describeContents ( ) : int
return int

onError() public method

public onError ( int arg0, java arg1 ) : void
arg0 int
arg1 java
return void

onRequestContinued() public method

public onRequestContinued ( ) : void
return void

onResult() public method

public onResult ( android arg0 ) : void
arg0 android
return void

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void