Contents

displayName

The human-readable printer name.

Declaration

var displayName: String { get }

Discussion

This property contains a printer name that is suitable for display in your app’s user interface. For printers you create yourself using the init(url:) method, the value of this property is nil until you successfully connect to the printer using the contactPrinter(_:) method.

See Also

Getting the printer information