interface Bindable


Interface that can be implemented by classes that provide an IBinder.

Summary

Public functions

IBinder!
String!
Unit
setIBinder(binder: IBinder!)

Sets the IBinder of the implementing class.

Public functions

getIBinder

fun getIBinder(): IBinder!
Returns
IBinder!

the IBinder of the implementing class.

getId

fun getId(): String!
Returns
String!

the id of the Bindable class.

setIBinder

fun setIBinder(binder: IBinder!): Unit

Sets the IBinder of the implementing class.

Parameters
binder: IBinder!

the IBinder