The methods of Android.OS.IBinder are listed below. For a list of all members, see the IBinder Members list.
Dump(Java.IO.FileDescriptor, string[])Print the object's state into the given stream. | ||
DumpAsync(Java.IO.FileDescriptor, string[])Like BinderConsts.dump(java.io.FileDescriptor, java.lang.String[]) but always executes asynchronously. | ||
LinkToDeath(IBinderDeathRecipient, int)Register the recipient for a notification if this binder goes away. | ||
PingBinder()Check to see if the object still exists. | ||
QueryLocalInterface(string)Attempt to retrieve a local implementation of an interface for this Binder object. | ||
Transact(int, Parcel, Parcel, TransactionFlags)Perform a generic operation with the object. | ||
UnlinkToDeath(IBinderDeathRecipient, int)Remove a previously registered death notification. |