| java.lang.Object | |
| ↳ | com.steerpath.sdk.live.LiveSpaceStatusResolver |
LiveSpaceStatusResolver fetches space occupancy information from the Steerpath Live. "Space" can be for example a room, framery, desk, phone booth etc. Status can be either "occupied" or "free". LiveService needs to started before LiveSpaceStatusResolver works.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | LiveSpaceStatusResolver.Space | Space model object. | |||||||||
| interface | LiveSpaceStatusResolver.SpaceStatusCallback | Callback definition for receiving Room objects. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
LiveSpaceStatusResolver(Context context)
Default constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
requestRoomStatus(LiveSpaceStatusResolver.SpaceStatusCallback callback)
Fetches Live Room data from the Steerpath Live.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Default constructor.
Fetches Live Room data from the Steerpath Live.
| callback | is called after Room status info has been resolved |
|---|