MapsIndoors iOS SDK V3
|
#include <MPLiveTopicCriteria.h>
Instance Methods | |
(MPLiveTopicCriteria *) | - dataset: |
(MPLiveTopicCriteria *) | - venue: |
(MPLiveTopicCriteria *) | - building: |
(MPLiveTopicCriteria *) | - floor: |
(MPLiveTopicCriteria *) | - room: |
(MPLiveTopicCriteria *) | - location: |
(MPLiveTopicCriteria *) | - domainType: |
Instance Methods inherited from MPLiveUpdateTopic | |
(instancetype) | - initWithTopicString: |
(BOOL) | - matchesCriteria: |
Class Methods | |
(MPLiveTopicCriteria *) | + dataset: |
(MPLiveTopicCriteria *) | + venue: |
(MPLiveTopicCriteria *) | + building: |
(MPLiveTopicCriteria *) | + floor: |
(MPLiveTopicCriteria *) | + room: |
(MPLiveTopicCriteria *) | + location: |
(MPLiveTopicCriteria *) | + domainType: |
Additional Inherited Members | |
Properties inherited from MPLiveUpdateTopic | |
NSString * | datasetId |
Get the id of the Dataset related to this topic. | |
NSString * | venueId |
Get the id of the Venue related to this topic if any. | |
NSString * | buildingId |
Get the id of the Building related to this topic if any. | |
NSString * | floorId |
Get the id of the Floor related to this topic if any. | |
NSString * | roomId |
Get the id of the Room related to this topic if any. | |
NSString * | locationId |
Get the id of the Location related to this topic if any. | |
NSString * | domainType |
Get the Domain Type related to this topic if any. | |
Properties inherited from <MPSubscriptionTopic> | |
NSString * | topicString |
Live Topic Criteria model used for subscriptions to Live Updates using MPLiveDataManager. A Live Topic Criteria is hierarchical in the way it is defined, and its relation to MapsIndoors data is derivable by its 7 components: Dataset, Venue, Building, Floor, Room, Location and Domain Type. All properties can be left out but datasetId will then default to the currently active dataset.
+ (MPLiveTopicCriteria *) building: | (NSString *) | buildingId |
Initialise a Topic Criteria with given Building id.
buildingId | The Building id. |
- (MPLiveTopicCriteria *) building: | (NSString *) | buildingId |
Get Topic Criteria with given Building id changed.
buildingId | The Building id. |
+ (MPLiveTopicCriteria *) dataset: | (NSString *) | datasetId |
Initialise a Topic Criteria with given Dataset id.
datasetId | The Dataset id |
- (MPLiveTopicCriteria *) dataset: | (NSString *) | datasetId |
Get Topic Criteria with given Dataset id changed.
datasetId | The Dataset id |
+ (MPLiveTopicCriteria *) domainType: | (NSString *) | domainType |
Initialise a Topic Criteria with given Domain Type.
domainType | The Domain Type. |
- (MPLiveTopicCriteria *) domainType: | (NSString *) | domainType |
Get Topic Criteria with given Domain Type changed.
domainType | The Domain Type. |
+ (MPLiveTopicCriteria *) floor: | (NSString *) | floorId |
Initialise a Topic Criteria with given Floor id.
floorId | The Floor id. |
- (MPLiveTopicCriteria *) floor: | (NSString *) | floorId |
Get Topic Criteria with given Floor id changed.
floorId | The Floor id. |
+ (MPLiveTopicCriteria *) location: | (NSString *) | locationId |
Initialise a Topic Criteria with given Location id.
locationId | The Location id. |
- (MPLiveTopicCriteria *) location: | (NSString *) | locationId |
Get Topic Criteria with given Location id changed.
locationId | The Location id. |
+ (MPLiveTopicCriteria *) room: | (NSString *) | roomId |
Initialise a Topic Criteria with given Room id.
roomId | The Room id. |
- (MPLiveTopicCriteria *) room: | (NSString *) | roomId |
Get Topic Criteria with given Room id changed.
roomId | The Room id. |
+ (MPLiveTopicCriteria *) venue: | (NSString *) | venueId |
Initialise a Topic Criteria with given Venue id.
venueId | The Venue id. |
- (MPLiveTopicCriteria *) venue: | (NSString *) | venueId |
Get Topic Criteria with given Venue id changed.
venueId | The Venue id. |