AppticsDeviceInfo class
Constructors
- AppticsDeviceInfo.new({required String appVersionName, required String appversionCode, required String timezone, required String os, required String osVersion, required String appticsAppVersionId, required String appticsAppVersionCodeId, required String appticsFrameworkId, required String appticsPlatformId})
-
AppticsDeviceInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- anonymousId ↔ String
-
getter/setter pair
- appticsAppVersionCodeId ↔ String
-
getter/setter pair
- appticsAppVersionId ↔ String
-
getter/setter pair
- appticsFrameworkId ↔ String
-
getter/setter pair
- appticsPlatformId ↔ String
-
getter/setter pair
- appversionCode ↔ String
-
getter/setter pair
- appVersionName ↔ String
-
getter/setter pair
- deviceId ↔ String
-
getter/setter pair
- deviceTypeId ↔ String
-
getter/setter pair
- flagTime ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDirty ↔ bool
-
getter/setter pair
- model ↔ String
-
getter/setter pair
- modelId ↔ String
-
getter/setter pair
- os ↔ String
-
getter/setter pair
- osVersion ↔ String
-
getter/setter pair
- osVersionId ↔ String
-
getter/setter pair
- ram ↔ String
-
getter/setter pair
- rom ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenheight ↔ int
-
getter/setter pair
- screenwidth ↔ int
-
getter/setter pair
- serviceprovider ↔ String
-
getter/setter pair
- timezone ↔ String
-
getter/setter pair
- timezoneId ↔ String
-
getter/setter pair
Methods
-
getDeviceMeta(
AppticsConfigs validConfigs) → Map< String, dynamic> -
getDeviceRegisterBody(
AppticsConfigs validConfigs) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override