Package app.pivo.android.prosdk.events
-
Class Summary Class Description PivoEvent PivoEvent is a list of events, which are sent by Pivo controller through @PivoEventBusmechanism.PivoEvent.BatteryChanged PivoEvent.BatteryChangedis sent by sdk to inform the app about remaining battery level.PivoEvent.ConnectionComplete PivoEvent.ConnectionCompleteevent is sent ifPivoProSdk.connectTo(PivoDevice)completes the connection to Pivo device.PivoEvent.ConnectionFailure ConnectionFailure event is published if Pivo disconnects from an application.PivoEvent.MacAddress PivoEvent.MacAddressis sent byPivoEventBusafter receiving Mac address from pivo.PivoEvent.NameChanged PivoEvent.NameChangedis sent byPivoEventBusafter Pivo name is changed successfully.PivoEvent.Off PivoEvent.RCCamera PivoEvent.RCCamerais sent byPivoEventBusif camera button is pressed on Pivo remote controller.PivoEvent.RCLeft PivoEvent.RCLeftis sent byPivoEventBusif left button is pressed on Pivo remote controller.PivoEvent.RCLeftContinuous PivoEvent.RCLeftContinuousis sent byPivoEventBusif left button is released after pressing the button on Pivo remote controller.PivoEvent.RCLeftPressed Deprecated. PivoEvent.RCLeftRelease Deprecated. PivoEvent.RCMode PivoEvent.RCModeis sent byPivoEventBusif the Pivo remote controller mode pressed.PivoEvent.RCRight PivoEvent.RCRightis sent byPivoEventBusif left button is pressed on Pivo remote controller.PivoEvent.RCRightContinuous PivoEvent.RCRightContinuousis sent byPivoEventBusif right button is released after pressing the button on Pivo remote controller.PivoEvent.RCRightPressed Deprecated. PivoEvent.RCRightRelease Deprecated. PivoEvent.RCSpeed PivoEvent.RCSpeedis sent byPivoEventBusif speed up and down buttons pressedPivoEvent.RCSpeedDown This event class is deprecated and please usePivoEvent.RCSpeedinstead of it.PivoEvent.RCSpeedDownPressed Deprecated. PivoEvent.RCSpeedDownRelease Deprecated. PivoEvent.RCSpeedUp PivoEvent.RCSpeedUpis sent byPivoEventBuson pressing up speed button.PivoEvent.RCSpeedUpPressed Deprecated. PivoEvent.RCSpeedUpRelease Deprecated. PivoEvent.RCStop PivoEvent.RCStopis sent byPivoEventBusif stop button is pressed on Pivo remote controller.PivoEvent.Rotated PivoEvent.Rotatedis sent byPivoEventBusto notify app about rotation.PivoEvent.Scanning PivoEvent.Scanningis sent byPivoEventBuswith found Pivo devices while pivo scanning process.PivoEvent.Version PivoEvent.Versionis a version of connected PivoPivoEventBus PivoEventBus allows to listen and send Pivo eventsPivoEventin different components of the application.