Example usage for Java android.os IBinder fields, constructors, methods, implement or subclass
The text is from its open source code.
void | dump(@NonNull FileDescriptor fd, @Nullable String[] args) Print the object's state into the given stream. |
void | dumpAsync(@NonNull FileDescriptor fd, @Nullable String[] args) Like #dump(FileDescriptor,String[]) but always executes asynchronously. |
boolean | isBinderAlive() Check to see if the process that the binder is in is still alive. |
void | linkToDeath(@NonNull DeathRecipient recipient, int flags) Register the recipient for a notification if this binder goes away. |
boolean | pingBinder() Check to see if the object still exists. |
String | toString() Returns a string representation of the object. |
boolean | unlinkToDeath(@NonNull DeathRecipient recipient, int flags) Remove a previously registered death notification. |