Skip to main content

Device

An object representing a device which can receive push notifications.

public struct Device: Codable, Equatable 

Inheritance

Codable, Equatable

Properties

id

The device identifier.

public let id: DeviceId

createdAt

The date when the device for created.

public let createdAt: Date?

Did you find this page helpful?