public interface

Bindable

androidx.test.espresso.remote.Bindable

Class Overview

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

public abstract IBinder getIBinder ()

Returns
IBinder the IBinder of the implementing class.

public abstract String getId ()

Returns
String the id of the Bindable class.

public abstract void setIBinder (IBinder binder)

Sets the IBinder of the implementing class.

Parameters
binder IBinder: the IBinder