EILRequestModifyLocation Class Reference

Inherits from NSObject
Declared in EILRequestModifyLocation.h
EILRequestModifyLocation.m

Overview

Request for modifying already existing location in Estimote Cloud.

Note that in order to have request working you need to be authenticated in Estimote Cloud. To do that you have to call [ESTConfig setupAppID:andAppToken:] first. You can find your API App ID and API App Token in the Apps: http://cloud.estimote.com/#/apps section of the Estimote Cloud: http://cloud.estimote.com/.

– initWithLocation:locationIdentifier:

Returns a new request object for modifying location in Estimote Cloud.

- (instancetype)initWithLocation:(EILLocation *)location locationIdentifier:(NSString *)locationIdentifier

Parameters

location

Modified location.

locationIdentifier

Identifier of location in Estimote Cloud that is to be modified.

Return Value

A request initialized with location and location identifier.

Declared In

EILRequestModifyLocation.h

– sendRequestWithCompletion:

Sends request to Estimote Cloud with completion block.

- (void)sendRequestWithCompletion:(EILRequestModifyLocationBlock)completion

Discussion

param completion Completion block to be executed when the request finishes.

Declared In

EILRequestModifyLocation.h