GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity class
A settings object specifying application integrity requirements for Android devices running your app.
These settings correspond to requirements on the [application integrity field](https://developer.android.com/google/play/integrity/verdicts#application-integrity-field) obtained from the Play Integrity API. See the default responses table for a quick summary. The default values for these settings work for most apps, and are recommended.
Constructors
- GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.new({bool? allowUnrecognizedVersion})
- GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity.fromJson(Map json_)
Properties
- allowUnrecognizedVersion ↔ bool?
-
Specifies whether your running app is allowed to have the
UNRECOGNIZED_VERSION
app recognition verdict.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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