• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 10.0.1.86
GDThreatDeviceSoftware.h
Go to the documentation of this file.
1 /*
2 * (c) 2020 BlackBerry Limited. All rights reserved.
3 *
4 */
5 
6 #import <Foundation/Foundation.h>
7 #import "GDThreat.h"
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
12 
16 - (instancetype)init NS_DESIGNATED_INITIALIZER;
17 
18 - (BOOL)isDeviceOSRestricted;
20 
23 
24 @end
25 
26 NS_ASSUME_NONNULL_END
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:176
BBDThreatDeviceSoftware
Definition: GDThreatDeviceSoftware.h:11
-[BBDThreatDeviceSoftware isDeviceModelRestricted]
BOOL isDeviceModelRestricted()
BBDThreatLevel
BBDThreatLevel
Enumeration to indicate the level of risk posed by a threat.
Definition: GDThreat.h:19
GDThreat.h
-[BBDThreatDeviceSoftware isDeviceOSRestricted]
BOOL isDeviceOSRestricted()
-[BBDThreatDeviceSoftware getDeviceModelRisk]
BBDThreatLevel getDeviceModelRisk()
-[BBDThreatDeviceSoftware NS_DESIGNATED_INITIALIZER]
instancetype NS_DESIGNATED_INITIALIZER()
Creates an instance of BBDThreatDeviceSoftware.
-[BBDThreatDeviceSoftware getDeviceOSRisk]
BBDThreatLevel getDeviceOSRisk()