PlatformContextProperties constructor
const
PlatformContextProperties({
- String? osType,
- String? osVersion,
- String? deviceVendor,
- String? deviceModel,
- String? carrier,
- NetworkType? networkType,
- String? networkTechnology,
- String? appleIdfa,
- String? appleIdfv,
- int? availableStorage,
- int? totalStorage,
- int? physicalMemory,
- int? appAvailableMemory,
- int? batteryLevel,
- BatteryState? batteryState,
- bool? lowPowerMode,
- bool? isPortrait,
- String? resolution,
- double? scale,
- String? language,
- String? androidIdfa,
- int? systemAvailableMemory,
- String? appSetId,
- AppSetIdScope? appSetIdScope,
Implementation
const PlatformContextProperties({
this.osType,
this.osVersion,
this.deviceVendor,
this.deviceModel,
this.carrier,
this.networkType,
this.networkTechnology,
this.appleIdfa,
this.appleIdfv,
this.availableStorage,
this.totalStorage,
this.physicalMemory,
this.appAvailableMemory,
this.batteryLevel,
this.batteryState,
this.lowPowerMode,
this.isPortrait,
this.resolution,
this.scale,
this.language,
this.androidIdfa,
this.systemAvailableMemory,
this.appSetId,
this.appSetIdScope,
});