FMPPush.Device

Description

The FMPPush.Device class is used to describe a device on server (within device token description).

class Device : FMPModelProtocol

Properties

Property Description

id

Device identifier.
var id: String { get }
isActive Device activity state within mobile platform.
var isActive: Bool { get }
osVersion Operating system.
var osVersion: String { get }

See also:

FMPWrapper Framework | Classes