MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPCountLiveUpdate.h
Go to the documentation of this file.
1//
2// MPCountLiveUpdate.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 02/12/2020.
6// Copyright © 2020 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPLiveUpdate.h"
10
11NS_ASSUME_NONNULL_BEGIN
12
15
17@property (nonatomic, readonly) int count;
18
19@end
20
21NS_ASSUME_NONNULL_END
Model for live event information for a given Location.
Definition MPCountLiveUpdate.h:15
int count
Get the the number of times an arbitrary event has been fired for a given Location.
Definition MPCountLiveUpdate.h:17
Model for a Live Update. Used in MPLiveDataManagerDelegate and MPLocation::getLiveUpdate().
Definition MPLiveUpdate.h:17