BorneoPlayIntegrity class
A class that implements the Play Integrity API for verifying device integrity.
- Inheritance
-
- Object
- BorneoPlayIntegrityInterface
- BorneoPlayIntegrity
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
Indicates whether the Play Integrity API has been initialized.
no setteroverride
- methodChannel → MethodChannel
-
The method channel used to invoke methods on the native platform.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getIntegrityToken(
) → Future< String> -
Retrieves the integrity token from the Play Integrity API.
override
-
initialize(
double cloudProjectNumber, [String nonce = "borneo_security_default_nonce"]) → Future< bool> -
Initializes the Play Integrity API with the given
cloudProjectNumber
and optionalnonce
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited