Közös projekt szinkronizációja
This commit is contained in:
@@ -12,6 +12,9 @@ class DeviceInfoModel {
|
||||
/// Reinstall után új értéket kap.
|
||||
final String appInstanceId;
|
||||
|
||||
// Android vagy IOS
|
||||
final String platform;
|
||||
|
||||
// ── Hardver ───────────────────────────────────────────────────────
|
||||
|
||||
final String manufacturer; // "Samsung"
|
||||
@@ -36,6 +39,7 @@ class DeviceInfoModel {
|
||||
const DeviceInfoModel({
|
||||
required this.deviceId,
|
||||
required this.appInstanceId,
|
||||
required this.platform,
|
||||
required this.manufacturer,
|
||||
required this.model,
|
||||
required this.brand,
|
||||
@@ -52,6 +56,7 @@ class DeviceInfoModel {
|
||||
Map<String, dynamic> toRegistrationMap({required String label}) => {
|
||||
'device_id': deviceId,
|
||||
'app_instance_id': appInstanceId,
|
||||
'platform': platform,
|
||||
'label': label,
|
||||
'manufacturer': manufacturer,
|
||||
'model': model,
|
||||
|
||||
Reference in New Issue
Block a user