|
MapsIndoors iOS SDK V3
|
#include <MPBeaconProvider.h>
Instance Methods | |
| (void) | - getBeacons:clientId: |
| (void) | - getBeacons: |
| (nonnull instancetype) | - init |
Properties | |
| id< MPBeaconProviderDelegate > | delegate |
Properties inherited from <MPBeaconProvider> | |
| id< MPBeaconProviderDelegate > | delegate |
Beacons provider that defines a delegate and a method to initiate fetching of Beacons from the provider.
| - (void) getBeacons: | (nonnull NSString *) | solutionId |
Method to initiate fetching of Beacons from the provider.
Reimplemented from <MPBeaconProvider>.
| - (void) getBeacons: | (nonnull NSArray *) | beaconIds | |
| clientId: | (nonnull NSString *) | clientId |
Method to initiate fetching of Beacons from the provider.
Reimplemented from <MPBeaconProvider>.
| - (nonnull instancetype) init |
|
readwritenonatomicweak |
Beacons provider delegate.