Package app.pivo.android.prosdk.events
Class PivoEvent.BypassEvent
java.lang.Object
app.pivo.android.prosdk.events.PivoEvent.BypassEvent
- Enclosing class:
- PivoEvent
public static class PivoEvent.BypassEvent extends Object
PivoEvent.BypassEvent is sent by PivoEventBus when remote controller is activated,
or in other words, bypass is turned off. This is supported in Pivo version-2 and above.-
Constructor Summary
Constructors Constructor Description BypassEvent(boolean enabled) -
Method Summary
Modifier and Type Method Description booleanisEnabled()
-
Constructor Details
-
BypassEvent
public BypassEvent(boolean enabled)
-
-
Method Details
-
isEnabled
public boolean isEnabled()
-