OMCLocationDeviceContainer Class Reference

Inherits from OMCLocationObject : NSObject
Declared in OMCLocationDeviceContainer.h

Overview

A device container is an object that can be associated with one or more devices (either an asset or place).

  label

The device container’s user-defined label.

@property (readonly, nullable) NSString *label

Declared In

OMCLocationDeviceContainer.h

– devicesWithCompletionHandler:

Asynchronously fetches the container’s devices, invoking the specified completion handler block when finished. Asynchronously invokes the completion handler immediately if the container’s devices have already been fetched.

- (void)devicesWithCompletionHandler:(OMCLocationDevicesCompletionBlock)completionHandler

Parameters

completionHandler

The block to be invoked when the devices have been fetched. The completion block will be invoked on the main dispatch queue.

Declared In

OMCLocationDeviceContainer.h