ESTRequestGetNearables

Deprecated

Deprecated since 4.31.0. Please use ESTGetDevices instead.


@interface ESTRequestGetNearables : ESTRequestGetJSON

ESTRequestGetNearables is used to fetch details about all user nearables.

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

    Declaration

    Objective-C

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

    Swift

    func sendRequest(completion: @escaping ESTRequestGetNearablesBlock)

    Parameters

    completion

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