Java android.os IBinder fields, constructors, methods, implement or subclass

Example usage for Java android.os IBinder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os IBinder.

The text is from its open source code.

Implementation

android.os.IBinder has the following implementations.
Click this link to see all its implementation.

Method

voiddump(@NonNull FileDescriptor fd, @Nullable String[] args)
Print the object's state into the given stream.
voiddumpAsync(@NonNull FileDescriptor fd, @Nullable String[] args)
Like #dump(FileDescriptor,String[]) but always executes asynchronously.
booleanisBinderAlive()
Check to see if the process that the binder is in is still alive.
voidlinkToDeath(@NonNull DeathRecipient recipient, int flags)
Register the recipient for a notification if this binder goes away.
booleanpingBinder()
Check to see if the object still exists.
StringtoString()
Returns a string representation of the object.
booleanunlinkToDeath(@NonNull DeathRecipient recipient, int flags)
Remove a previously registered death notification.