Package app.pivo.android.prosdk.events
Class PivoEvent.ConnectionComplete
- java.lang.Object
-
- app.pivo.android.prosdk.events.PivoEvent.ConnectionComplete
-
- Enclosing class:
- PivoEvent
public static class PivoEvent.ConnectionComplete extends Object
PivoEvent.ConnectionCompleteevent is sent ifPivoProSdk.connectTo(PivoDevice)completes the connection to Pivo device.
-
-
Constructor Summary
Constructors Constructor Description ConnectionComplete(PivoDeviceInfo pivoDeviceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PivoDeviceInfogetPivoDeviceInfo()
-
-
-
Constructor Detail
-
ConnectionComplete
public ConnectionComplete(PivoDeviceInfo pivoDeviceInfo)
-
-
Method Detail
-
getPivoDeviceInfo
public PivoDeviceInfo getPivoDeviceInfo()
-
-