DeviceName

public class DeviceName : SdkObject

Name of a device.

Must be between 1 and 100 characters long.

  • Constructs a DeviceName from the provided String.

    Fails if the provided name is not valid.

    Declaration

    Swift

    public convenience init?(_ name: String)
  • Name of the device

    Declaration

    Swift

    public lazy var name: String { get set }