ESTRequestGetPendingSettings

Deprecated

Deprecated since 4.31.0. Please use ESTRequestGetDeviceDetails instead.


@interface ESTRequestGetPendingSettings : ESTRequestGetJSON

This request is fetching all the pending settings from the Estimote Cloud for authorized user.

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

    Declaration

    Objective-C

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

    Swift

    func sendRequest(completion: @escaping ESTRequestGetPendingSettingsBlock)

    Parameters

    completion

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