EILRequestRemoveLocation Class Reference
Inherits from | NSObject |
---|---|
Declared in | EILRequestRemoveLocation.h EILRequestRemoveLocation.m |
Overview
Request for removing a new location from 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/.
– initWithLocationIdentifier:
Returns a new request object for removing location from Estimote Cloud.
- (instancetype)initWithLocationIdentifier:(NSString *)locationIdentifier
Parameters
locationIdentifier |
Identifier of the location to be removed from Estimote Cloud. |
---|
Return Value
A request initialized with location.
Declared In
EILRequestRemoveLocation.h