MaliciousAppType enum
Malicious app types that can be detected during an app check.
Values
- virus_level_risk → const MaliciousAppType
-
Risk app.
- virus_level_virus → const MaliciousAppType
-
Virus app.
Properties
Methods
-
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
Constants
-
values
→ const List<
MaliciousAppType> - A constant List of the values in this enum, in order of their declaration.