Android.OS.IBinder Members

The members of Android.OS.IBinder are listed below.

Public Properties

[read-only]
InterfaceDescriptorstring. Get the canonical name of the interface supported by this binder.
[read-only]
IsBinderAlivebool. Check to see if the process that the binder is in is still alive.

Public Methods

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() : bool
Check to see if the object still exists.
QueryLocalInterface(string) : IInterface
Attempt to retrieve a local implementation of an interface for this Binder object.
Transact(int, Parcel, Parcel, TransactionFlags) : bool
Perform a generic operation with the object.
UnlinkToDeath(IBinderDeathRecipient, int) : bool
Remove a previously registered death notification.