C# 클래스 android.accounts.AccountAuthenticatorResponse

상속: java.lang.Object, android.os.Parcelable
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
AccountAuthenticatorResponse ( android arg0 )
describeContents ( ) : int
onError ( int arg0, java arg1 ) : void
onRequestContinued ( ) : void
onResult ( android arg0 ) : void
writeToParcel ( android arg0, int arg1 ) : void

보호된 메소드들

메소드 설명
AccountAuthenticatorResponse ( global @__env )

비공개 메소드들

메소드 설명
AccountAuthenticatorResponse ( )

메소드 상세

AccountAuthenticatorResponse() 공개 메소드

public AccountAuthenticatorResponse ( android arg0 )
arg0 android

AccountAuthenticatorResponse() 보호된 메소드

protected AccountAuthenticatorResponse ( global @__env )
@__env global

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

onError() 공개 메소드

public onError ( int arg0, java arg1 ) : void
arg0 int
arg1 java
리턴 void

onRequestContinued() 공개 메소드

public onRequestContinued ( ) : void
리턴 void

onResult() 공개 메소드

public onResult ( android arg0 ) : void
arg0 android
리턴 void

writeToParcel() 공개 메소드

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void