C# 클래스 android.os.ResultReceiver

상속: java.lang.Object, Parcelable
파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
ResultReceiver ( android arg0 )
describeContents ( ) : int
send ( int arg0, android arg1 ) : void
writeToParcel ( android arg0, int arg1 ) : void

보호된 메소드들

메소드 설명
ResultReceiver ( global @__env )
onReceiveResult ( int arg0, android arg1 ) : void

비공개 메소드들

메소드 설명
ResultReceiver ( )

메소드 상세

ResultReceiver() 공개 메소드

public ResultReceiver ( android arg0 )
arg0 android

ResultReceiver() 보호된 메소드

protected ResultReceiver ( global @__env )
@__env global

describeContents() 공개 메소드

public describeContents ( ) : int
리턴 int

onReceiveResult() 보호된 메소드

protected onReceiveResult ( int arg0, android arg1 ) : void
arg0 int
arg1 android
리턴 void

send() 공개 메소드

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

writeToParcel() 공개 메소드

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