OMCLocationAssetQuery Class Reference
| Inherits from | OMCLocationDeviceContainerQuery : OMCLocationObjectQuery : NSObject |
|---|---|
| Declared in | OMCLocationAssetQuery.h |
deviceID
The query will search for the asset associated with this device ID.
@property (nonatomic, nullable) NSNumber *deviceIDDeclared In
OMCLocationAssetQuery.h
– setDevice:
The query will search for the asset associated with the specified device.
- (void)setDevice:(nullable OMCLocationDevice *)deviceParameters
device |
The device associated with the asset the query will search for. |
|---|
See Also
Declared In
OMCLocationAssetQuery.h
– executeWithCompletionHandler:
Asynchronously executes the query, invoking the specified completion handler block when finished.
- (void)executeWithCompletionHandler:(void ( ^ ) ( OMCLocationObjectQueryResult<OMCLocationAssetQuery*,OMCLocationAsset*> *_Nullable result , NSError *_Nullable error ))completionHandlerParameters
completionHandler |
The block to be invoked when the query has finished executing. The completion block will be invoked on the main dispatch queue. |
|---|
Declared In
OMCLocationAssetQuery.h