DeviceInfoPayload constructor
const
DeviceInfoPayload({
- String? deviceId,
- String? brand,
- String? model,
- String? systemName,
- String? systemVersion,
- String? appVersion,
- String? buildNumber,
- String? packageName,
- String? manufacturer,
- String? deviceName,
- String? deviceType,
- int? totalMemory,
- int? usedMemory,
- bool? isTablet,
- String? adId,
- String? androidId,
- String? idfv,
- String? platform,
- String? osVersion,
- String? screenResolution,
- String? timezone,
- String? locale,
- String? batteryLevel,
- bool? isCharging,
- bool? isJailbroken,
- bool? isRooted,
Implementation
const DeviceInfoPayload({
this.deviceId,
this.brand,
this.model,
this.systemName,
this.systemVersion,
this.appVersion,
this.buildNumber,
this.packageName,
this.manufacturer,
this.deviceName,
this.deviceType,
this.totalMemory,
this.usedMemory,
this.isTablet,
this.adId,
this.androidId,
this.idfv,
this.platform,
this.osVersion,
this.screenResolution,
this.timezone,
this.locale,
this.batteryLevel,
this.isCharging,
this.isJailbroken,
this.isRooted,
});