• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BBDThreatStatus Class Reference

Class providing details of security threats related to the device, application, network, and user.

#import <BlackBerryDynamics/GD/GDThreatStatus.h>

Inheritance diagram for BBDThreatStatus:

Instance Methods

(BBDThreatLevel- getOverallThreatLevel
 Get the overall level of risk. More...
 
(nullable BBDThreat *) - getThreat:
 Return the threat information for a specific type of threat. More...
 
(NSArray< BBDThreat * > *) - getThreat
 Return status of all threats evaluated. More...
 

Method Documentation

◆ getOverallThreatLevel

- (BBDThreatLevel) getOverallThreatLevel

Return the overall level of risk combining all threat types being evaluated. For example, if any detected threat poses a HIGH risk then the overall threat level will also be deemed to be HIGH.

Returns
BBDThreatLevel specifying the overall threat level.

◆ getThreat:

- (nullable BBDThreat *) getThreat: (BBDThreatType ruleType

Return details for specific threat type including the risk level, evaluation time and status

Parameters
ruleTypeThreatType to be retrieved.
Returns
BBDThreat object for the requested ThreatType.
nil if ThreatType is invalid.

◆ getThreat

- (NSArray<BBDThreat *> *) getThreat

Return the threat information of all types of threats that are evaluated by the runtime.

Returns
NSArray of BBDThreat for all available types.

The documentation for this class was generated from the following file: