MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MPBeaconProvider Class Reference

#include <MPBeaconProvider.h>

Inheritance diagram for MPBeaconProvider:
<MPBeaconProvider>

Instance Methods

(void) - getBeacons:clientId:
 
(void) - getBeacons:
 
(nonnull instancetype) - init
 

Properties

id< MPBeaconProviderDelegatedelegate
 
- Properties inherited from <MPBeaconProvider>
id< MPBeaconProviderDelegatedelegate
 

Detailed Description

Beacons provider that defines a delegate and a method to initiate fetching of Beacons from the provider.

Method Documentation

◆ getBeacons:

- (void) getBeacons: (nonnull NSString *) solutionId

Method to initiate fetching of Beacons from the provider.

Reimplemented from <MPBeaconProvider>.

◆ getBeacons:clientId:

- (void) getBeacons: (nonnull NSArray *) beaconIds
clientId: (nonnull NSString *) clientId 

Method to initiate fetching of Beacons from the provider.

Deprecated

Reimplemented from <MPBeaconProvider>.

◆ init

- (nonnull instancetype) init

Property Documentation

◆ delegate

- (id<MPBeaconProviderDelegate>) delegate
readwritenonatomicweak

Beacons provider delegate.