MapsIndoors iOS SDK V3
|
#include <MPCategoriesProvider.h>
Instance Methods | |
(void) | - getCategories |
(void) | - getCategoriesWithCompletion: |
Class Methods | |
(BOOL) | + isOfflineDataAvailableForSolutionId:language: |
Properties | |
id< MPCategoriesProviderDelegate > | delegate |
A categories provider acts as a service for the location categories belonging to a specific MapsIndoors solution/dataset.
- (void) getCategories |
Get categories from the specified solution.
- (void) getCategoriesWithCompletion: | (nullable mpCategoriesHandlerBlockType) | completionHandler |
Get Categories from this provider and provide a callback handler.
completionHandler | Block with code to execute when categories become available. |
+ (BOOL) isOfflineDataAvailableForSolutionId: | (nonnull NSString *) | solutionId | |
language: | (nonnull NSString *) | language |
Determine if cached or preloaded data is available for the given solutionId.
solutionId | solutionId to check for offline data availability. |
language | Language to check for offline data availability. |
|
readwritenonatomicweak |
Categories provider delegate.