MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Classes | Enumerations
MPLiveDataManager.h File Reference
import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <MPLiveDataManagerDelegate>
 Live Data Manager Delegate protocol. Conforming to this protocol makes it possible to get Live Updates, state changes, errors and other calls from MPLiveDataManager. More...
 
class  MPLiveDataManager
 The Live Data Manager class is the central class for managing Live Update subscriptions. More...
 

Enumerations

enum  MPLiveDataManagerState { MPLiveDataManagerStateClosed , MPLiveDataManagerStateConnecting , MPLiveDataManagerStateConnected , MPLiveDataManagerStateDisconnecting }
 Enumeration of MPLiveDataManager states. More...
 

Enumeration Type Documentation

◆ MPLiveDataManagerState

Enumeration of MPLiveDataManager states.

Enumerator
MPLiveDataManagerStateClosed 

The Closed state is the initial state before any subscriptions has been made in the Live Data Manager. It is also the state for when the Live Data Manager lost the connection or intentionally disconnected the Live Update remote services.

MPLiveDataManagerStateConnecting 

The Connecting state reflects the process of creating a valid connection with the Live Update remote services.

MPLiveDataManagerStateConnected 

The Connected state relfects the state of being connected to the Live Update remote services.

MPLiveDataManagerStateDisconnecting 

The Disconnecting state reflects the process of disconnecting the Live Update remote services.