| Package | Description |
|---|---|
| com.securenative.agent.enums | |
| com.securenative.agent.models |
| Modifier and Type | Method | Description |
|---|---|---|
static RiskLevel |
RiskLevel.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RiskLevel[] |
RiskLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
RiskLevel |
VerifyResult.getRiskLevel() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
VerifyResult.setRiskLevel(RiskLevel riskLevel) |
| Constructor | Description |
|---|---|
VerifyResult(RiskLevel riskLevel,
float score,
String[] triggers) |
Copyright © 2020. All rights reserved.