MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Classes | Typedefs
MPCategoriesProvider.h File Reference
import <Foundation/Foundation.h>
import "MPCategories.h"
import "MPDefines.h"

Go to the source code of this file.

Classes

protocol  <MPCategoriesProviderDelegate>
 
class  MPCategoriesProvider
 

Typedefs

typedef void(^ mpCategoriesHandlerBlockType) (NSArray< MPDataField * > *_Nullable categories, NSError *_Nullable error)
 

Typedef Documentation

◆ mpCategoriesHandlerBlockType

typedef void(^ mpCategoriesHandlerBlockType) (NSArray< MPDataField * > *_Nullable categories, NSError *_Nullable error)

Callback block for getting category data or handling error in doing so.

Parameters
categoriesArray of categories. Will be nil if an error occurred
errorError object. Will be nil if fetching was complete