Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
More...
#include <MPLiveUpdate.h>
|
MPLiveUpdateTopic * | topic |
| Get the Topic of the Live Update.
|
|
NSString * | itemId |
| Get the item id that a Live Update relates to. In most cases this would be the id of a MPLocation.
|
|
NSString * | originSourceId |
| Get the id for the origin source entity of a Live Update. Often the Live Update comes from another entity or device in a 3rd-party system. For example an id of a meeting room calendar in a booking system or an id of a room temperature sensor.
|
|
NSString * | timestamp |
| Get the timestamp for a Live Update.
|
|
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
◆ getLiveValueForKey:
- (nullable NSObject *) getLiveValueForKey: |
|
(NSString *) | key |
|
Get a value from a specific Live Update property. If no value exists the method returns nil.
- Parameters
-
key | The key for the property. |
◆ itemId
Get the item id that a Live Update relates to. In most cases this would be the id of a MPLocation.
◆ originSourceId
- (NSString*) originSourceId |
|
readnonatomicstrong |
Get the id for the origin source entity of a Live Update. Often the Live Update comes from another entity or device in a 3rd-party system. For example an id of a meeting room calendar in a booking system or an id of a room temperature sensor.
◆ timestamp
Get the timestamp for a Live Update.
◆ topic
Get the Topic of the Live Update.