The members of Android.OS.IBinder are listed below.
[read-only] | InterfaceDescriptor | string. Get the canonical name of the interface supported by this binder. |
[read-only] | IsBinderAlive | bool. Check to see if the process that the binder is in is still alive. |
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. |