• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 9.1.0.122
GDThreatDeviceOffline.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 
16 
20 - (instancetype)init NS_DESIGNATED_INITIALIZER;
21 
22 @end
23 
24 NS_ASSUME_NONNULL_END
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:162
-[BBDThreatDeviceOffline NS_DESIGNATED_INITIALIZER]
instancetype NS_DESIGNATED_INITIALIZER()
Creates an instance of BBDThreatDeviceOffline.
GDThreat.h
BBDThreatDeviceOffline
Provide details of threats related to the device.
Definition: GDThreatDeviceOffline.h:15