C# Class android.os.ResultReceiver

Inheritance: java.lang.Object, Parcelable
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ResultReceiver ( android arg0 )
describeContents ( ) : int
send ( int arg0, android arg1 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Protected Methods

Method Description
ResultReceiver ( global @__env )
onReceiveResult ( int arg0, android arg1 ) : void

Private Methods

Method Description
ResultReceiver ( )

Method Details

ResultReceiver() public method

public ResultReceiver ( android arg0 )
arg0 android

ResultReceiver() protected method

protected ResultReceiver ( global @__env )
@__env global

describeContents() public method

public describeContents ( ) : int
return int

onReceiveResult() protected method

protected onReceiveResult ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

send() public method

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

writeToParcel() public method

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