Device
CDevice is a class that represents a Device in JFW. It has properties that correspond to each column in the database and provides utility methods to manipulate the data, such as creating, modifying, retrieving, or deleting them.
To store a device in the database, we split the device into several components:
Device: The device's main identity in the system is this core component. It stores crucial information about the device, such as its identifier, token, session, and owner.
DeviceProfile: This provides more information about the device, such as its name, phone number, operating system, app version number, ICCID, IMSI, IMEI, and SIM card information.
Last updated
Was this helpful?