-
Default
DeviceCreateOptsfor common use cases.The device will be created with no name.
Declaration
Swift
public convenience init() -
Constructs a
DeviceCreateOpts.Declaration
Swift
public convenience init(deviceName: DeviceName?)Parameters
deviceNameThe provided name will be used as the device’s name. If
nil, the name will be empty.
View on GitHub
DeviceCreateOpts Class Reference