MapsIndoors iOS SDK V3
|
#include <MPMessageProvider.h>
Instance Methods | |
(void) | - getMessagesWithCompletion: |
(void) | - getMessageWithId:completionHandler: |
Properties | |
id< MPMessageProviderDelegate > | delegate |
Messages provider protocol.
- (void) getMessagesWithCompletion: | (nullable mpMessageListHandlerBlockType) | handler |
Method to initiate fetching of all Messages from the provider.
handler | The handler callback block. Contains the MPMessage object (can be nil) and an NSError object (can be nil). |
- (void) getMessageWithId: | (nonnull NSString *) | messageId | |
completionHandler: | (nullable mpMessageDetailsHandlerBlockType) | handler |
Method to query a unique Message from the provider based on an id.
messageId | The MapsIndoors Message ID. |
handler | The handler callback block. Contains the MPMessage object (can be nil) and an NSError object (can be nil). |
|
readwritenonatomicweak |