• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
ThreatLevel Enum Reference

Enumeration to indicate the level of risk posed by a threat. More...

Description

The overall threat level is returned as part ThreatStatus.getOverallThreatLevel. To understand the risk for specific threat type use Threat.getRiskLevel.

To determine if a specific threat type is being evaluated you can also use Threat.getDetectionEnabled.

Public Attributes

 Critical
 A critical threat has been detected which requires immediate action.
 
 High
 A high threat requires the user or administrator to take action.
 
 Medium
 A medium threat indicates moderate risk and can be interpreted as an advisory.
 
 Low
 There is no threat detected or the risk level is low.
 
 Null
 The threat level is unknown or not evaluated.