Android Studio Sign in

public interface Bindable


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

Summary

Public methods

abstract IBinder
abstract String
abstract void

Sets the IBinder of the implementing class.

Public methods

getIBinder

abstract IBinder getIBinder()
Returns
IBinder

the IBinder of the implementing class.

getId

abstract String getId()
Returns
String

the id of the Bindable class.

setIBinder

abstract void setIBinder(IBinder binder)

Sets the IBinder of the implementing class.

Parameters
IBinder binder

the IBinder

Morty Proxy This is a proxified and sanitized view of the page, visit original site.