All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.ResultReceiver Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

There is a newer version: 4.1.1.4
Show newest version
package android.os;
public class ResultReceiver
  implements android.os.Parcelable
{
public  ResultReceiver(android.os.Handler handler) { throw new RuntimeException("Stub!"); }
public  void send(int resultCode, android.os.Bundle resultData) { throw new RuntimeException("Stub!"); }
protected  void onReceiveResult(int resultCode, android.os.Bundle resultData) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy