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

#include <MPBeaconProvider.h>

Inheritance diagram for <MPBeaconProvider>:
MPBeaconProvider

Instance Methods

(void) - getBeacons:clientId:
 
(void) - getBeacons:
 

Properties

id< MPBeaconProviderDelegatedelegate
 

Detailed Description

Beacons provider protocol.

Method Documentation

◆ getBeacons:

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

Reimplemented in MPBeaconProvider.

◆ getBeacons:clientId:

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

Method to initiate fetching of Beacons from the provider.

Reimplemented in MPBeaconProvider.

Property Documentation

◆ delegate

- (id<MPBeaconProviderDelegate>) delegate
readwritenonatomicweak