DeviceAction
public interface DeviceAction
Responsible for performing an interaction on the given device.
Summary
Public methods |
|
|---|---|
abstract void |
perform(@NonNull DeviceController deviceController)Performs this action on the given device. |
Public methods
perform
abstract void perform(@NonNull DeviceController deviceController)
Performs this action on the given device.
| Parameters | |
|---|---|
@NonNull DeviceController deviceController |
the controller to use to interact with the device. |