ClientSignals class
A set of signals which are collected on the client and are included in requests by Firebase Services (eg.
Remote Config, Digital Goods etc). NOTE: These will eventually not be needed in the request when we have an App Checkin service which will upload these signals periodically.
Constructors
- ClientSignals({String? appVersion, String? languageCode, String? platformVersion, String? timeZone})
- ClientSignals.fromJson(Map _json)
Properties
- appVersion ↔ String?
-
The App version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
Device language in the BCP47 format.
getter/setter pair
- platformVersion ↔ String?
-
The Platform Version of the device.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone ↔ String?
-
Time zone in Olson ID format (eg: "America/Los_Angeles").
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited