MapsIndoors iOS SDK V3
|
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 void(^ mpCategoriesHandlerBlockType) (NSArray< MPDataField * > *_Nullable categories, NSError *_Nullable error) |
Callback block for getting category data or handling error in doing so.
categories | Array of categories. Will be nil if an error occurred |
error | Error object. Will be nil if fetching was complete |