9#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
21@property (nonatomic, strong, readonly) NSString *
itemId;
25@property (nonatomic, strong, readonly) NSString *
timestamp;
28- (nullable NSObject*) getLiveValueForKey:(NSString*)key;
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17
NSString * timestamp
Get the timestamp for a Live Update.
Definition MPLiveUpdate.h:25
NSString * itemId
Get the item id that a Live Update relates to. In most cases this would be the id of a MPLocation.
Definition MPLiveUpdate.h:21
MPLiveUpdateTopic * topic
Get the Topic of the Live Update.
Definition MPLiveUpdate.h:19
NSString * originSourceId
Get the id for the origin source entity of a Live Update. Often the Live Update comes from another en...
Definition MPLiveUpdate.h:23
Topic model for a Live Update. A Live Update Topic is hierarchical in the way it is defined,...
Definition MPLiveUpdateTopic.h:18