C# Class android.os.ResultReceiver

Inheritance: java.lang.Object, Parcelable
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
ResultReceiver ( android arg0 )
describeContents ( ) : int
send ( int arg0, android arg1 ) : void
writeToParcel ( android arg0, int arg1 ) : void

Méthodes protégées

Méthode Description
ResultReceiver ( global @__env )
onReceiveResult ( int arg0, android arg1 ) : void

Private Methods

Méthode Description
ResultReceiver ( )

Method Details

ResultReceiver() public méthode

public ResultReceiver ( android arg0 )
arg0 android

ResultReceiver() protected méthode

protected ResultReceiver ( global @__env )
@__env global

describeContents() public méthode

public describeContents ( ) : int
Résultat int

onReceiveResult() protected méthode

protected onReceiveResult ( int arg0, android arg1 ) : void
arg0 int
arg1 android
Résultat void

send() public méthode

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

writeToParcel() public méthode

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