Class providing details of security threats related to the device, application, network, and user.
#import <BlackBerryDynamics/GD/GDThreatStatus.h>
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... | |
| - (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.
| - (nullable BBDThreat *) getThreat: | (BBDThreatType) | ruleType |
Return details for specific threat type including the risk level, evaluation time and status
| ruleType | ThreatType to be retrieved. |
nil if ThreatType is invalid. | - (NSArray<BBDThreat *> *) getThreat |
Return the threat information of all types of threats that are evaluated by the runtime.