ESTRequestGetBeacons

Deprecated

Deprecated since 4.31.0. Please use ESTRequestGetDevices instead.


@interface ESTRequestGetBeacons : ESTRequestGetJSON

ESTRequestGetBeacons is used to fetch list of all beacons that belongs to currently authorised user. All details are provided including beacon’s settings.

  • Methods allows to send request with completion block invoked as a result.

    Declaration

    Objective-C

    - (void)sendRequestWithCompletion:(nonnull ESTRequestGetBeaconsBlock)completion;

    Swift

    func sendRequest(completion: @escaping ESTRequestGetBeaconsBlock)

    Parameters

    completion

    Completion block with returned data (NSArray containing ESTBeaconVO objects).