DeviceIdentifier
public protocol DeviceIdentifier : Sendable
A protocol that defines a unique identifier for a device.
-
idAsynchronousReturns a unique identifier for the device.
Declaration
Swift
var id: String { get async throws }
View on GitHub