Bindable

public interface Bindable

android.support.test.espresso.remote.Bindable
Known Indirect Subclasses


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

Summary

Public methods

abstract IBinder getIBinder()
abstract String getId()
abstract void setIBinder(IBinder binder)

Sets the IBinder of the implementing class.

Public methods

getIBinder

IBinder getIBinder ()

Returns
IBinder the IBinder of the implementing class.

getId

String getId ()

Returns
String the id of the Bindable class.

setIBinder

void setIBinder (IBinder binder)

Sets the IBinder of the implementing class.

Parameters
binder IBinder: the IBinder