ESTDeviceIndoorLocation

@interface ESTDeviceIndoorLocation : ESTBaseVO

This Value Object represents Indoor Location location the device is assigned to.

  • Indoor Location identifer.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) NSString *identifier;

    Swift

    var identifier: String { get }
  • Indoor Location name.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull name;

    Swift

    var name: String { get }