Sensorberg Smart Spaces SDK for Android / com.sensorberg.smartworkspace.sdk.model / Openable

Openable

interface Openable : Parcelable

Interface to group and provide type safety for all classes that can be used on SmartWorkspaceSdk.open

Inheritors

IotUnit

data class IotUnit : Openable

Class that represents an IoT device that can be interacted with. e.g. A door or locker box.

OnTap

data class OnTap : Openable

Base class that represents IoT device that was tapped, but is yet unidentified. Pass this to UnitController.open to proceed to search the device and open it.