Device Info
@JsonClass(generateAdapter = true )
Content copied to clipboard
Device information e.g. model, os, osVersion. Captures device details on which SDK is running.
Example:
DeviceInfo(os=Android, osVersion=12, deviceType=Google Pixel 3 XL)
Content copied to clipboard
Constructors
Link copied to clipboard
fun DeviceInfo( os: String = PointServiceConstants.PLATFORM, osVersion: String = Build.VERSION.RELEASE, deviceType: String = PointServiceConstants.DEVICE_MODEL)
Content copied to clipboard