{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface Bindable
Interface that can be implemented by classes that provide an IBinder.
Public methods |
|
|---|---|
abstract IBinder |
|
abstract String |
getId() |
abstract void |
setIBinder(IBinder binder)Sets the IBinder of the implementing class. |
abstract void setIBinder(IBinder binder)
Sets the IBinder of the implementing class.
| Parameters | |
|---|---|
IBinder binder |
the IBinder |