-
@FunctionalInterface() public interface InvalidRequestCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonInvalidRequest()A callback invoked when the request was invalid, for example when was called before thedevice was connected. -
-
Method Detail
-
onInvalidRequest
abstract void onInvalidRequest()
A callback invoked when the request was invalid, for example when was called before thedevice was connected.
-
-
-
-