ASFContextData class abstract

Context parameters required for advanced security features (ASF).

Constructors

ASFContextData({required String? deviceName, required String? thirdPartyDeviceId, required String? deviceFingerprint, required String? clientTimezone, required String? applicationName, required String? applicationVersion, required String? deviceLanguage, required String? deviceOsReleaseVersion, required int? screenHeightPixels, required int? screenWidthPixels})
Context parameters required for advanced security features (ASF).
factory
ASFContextData.build([void updates(ASFContextDataBuilder)])
Context parameters required for advanced security features (ASF).
factory

Properties

applicationName String?
The ApplicationName parameter.
no setter
applicationVersion String?
The ApplicationVersion parameter.
no setter
clientTimezone String?
The ClientTimezone parameter.
no setter
deviceFingerprint String?
The DeviceFingerprint parameter.
no setter
deviceLanguage String?
The DeviceLanguage parameter.
no setter
deviceName String?
The DeviceName parameter.
no setter
deviceOsReleaseVersion String?
The DeviceOsReleaseVersion parameter.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenHeightPixels int?
The ScreenHeightPixels parameter.
no setter
screenWidthPixels int?
The ScreenWidthPixels parameter.
no setter
thirdPartyDeviceId String?
The ThirdPartyDeviceId parameter.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ASFContextDataBuilder)) ASFContextData
Rebuilds the instance.
inherited
toBuilder() ASFContextDataBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, String>
Serializes this as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ASFContextData>
The ASFContextData serializer.
no setter