• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDThreatStatus.h
Go to the documentation of this file.
1 /*
2 * (c) 2019 BlackBerry Limited. All rights reserved.
3 *
4 */
5 
6 #pragma once
7 
8 #import <Foundation/Foundation.h>
9 #import "GDThreat.h"
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
17 extern NSString * const BBDThreatStatusNotification;
18 
23 @interface BBDThreatStatus : NSObject
24 
25 
34 
45 - (nullable BBDThreat *)getThreat:(BBDThreatType)ruleType;
46 
54 - (NSArray<BBDThreat *> *)getThreat;
55 
56 @end
57 
58 NS_ASSUME_NONNULL_END
59 
BBDThreatType
BBDThreatType
Constants for GDComplianceType.
Definition: GDThreat.h:47
BBDThreatStatusNotification
NS_ASSUME_NONNULL_BEGIN NSString *const BBDThreatStatusNotification
Notification name for BlackBerry Dynamics threat status changes.
-[BBDThreatStatus getOverallThreatLevel]
BBDThreatLevel getOverallThreatLevel()
Get the overall level of risk.
BBDThreatStatus
Class providing details of security threats related to the device, application, network,...
Definition: GDThreatStatus.h:23
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:184
BBDThreatLevel
BBDThreatLevel
Enumeration to indicate the level of risk posed by a threat.
Definition: GDThreat.h:19
GDThreat.h
-[BBDThreatStatus getThreat]
NSArray< BBDThreat * > * getThreat()
Return status of all threats evaluated.