BorneoPlayIntegrityInterface class abstract

An abstract class that provides methods to interact with the Play Integrity API for security purposes.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Indicates whether the Play Integrity API has been initialized.
no setter
methodChannel MethodChannel
The method channel used to invoke methods on the native platform.
final
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.
initialize(double productId, [String nonce = ""]) Future<bool>
Initializes the Play Integrity API with the given productId and nonce.
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

Static Properties

channel String
The channel name used for communication with the native platform.
final