EILRequestAddPinToLocation Class Reference

Inherits from NSObject
Declared in EILRequestAddPinToLocation.h
EILRequestAddPinToLocation.m

Overview

Request for saving new location pin 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/.

– initWithLocationPin:locationIdentifier:

Returns a new request object for saving location pin in Estimote Cloud.

- (instancetype)initWithLocationPin:(EILLocationPin *)pin locationIdentifier:(NSString *)identifier

Parameters

location

pin Location pin to be saved in Estimote Cloud.

Return Value

A request initialized with location pin.

Declared In

EILRequestAddPinToLocation.h

– sendRequestWithCompletion:

Sends request to Estimote Cloud with completion block.

- (void)sendRequestWithCompletion:(EILRequestAddPinToLocationBlock)completion

Discussion

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

Declared In

EILRequestAddPinToLocation.h