• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDThreatGeoZone.h
Go to the documentation of this file.
1 /*
2  * (c) 2020 BlackBerry Limited. All rights reserved.
3  */
4 
5 #import "GDThreat.h"
6 
7 NS_ASSUME_NONNULL_BEGIN
8 
17 
25 @property (nonatomic, readonly, nullable, strong) NSString *geoZoneName;
26 
32 @property (nonatomic, assign, readonly) BBDThreatLevel defineGeozoneRisk;
33 
39 @property (nonatomic, assign, readonly) BBDThreatLevel learnedGeozoneRisk;
40 
44 - (instancetype)init NS_DESIGNATED_INITIALIZER;
45 
46 @end
47 
48 NS_ASSUME_NONNULL_END
BBDThreatGeoZone::defineGeozoneRisk
BBDThreatLevel defineGeozoneRisk
Determine defined geozone risk level value.
Definition: GDThreatGeoZone.h:32
-[BBDThreatGeoZone NS_DESIGNATED_INITIALIZER]
instancetype NS_DESIGNATED_INITIALIZER()
Creates an instance of BBDThreatGeoZone.
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:184
BBDThreatGeoZone::learnedGeozoneRisk
BBDThreatLevel learnedGeozoneRisk
Determine learned geozone risk level value.
Definition: GDThreatGeoZone.h:39
BBDThreatLevel
BBDThreatLevel
Enumeration to indicate the level of risk posed by a threat.
Definition: GDThreat.h:19
GDThreat.h
BBDThreatGeoZone
Determine a user’s security risk level based on their real-world context.
Definition: GDThreatGeoZone.h:16
BBDThreatGeoZone::geoZoneName
NSString * geoZoneName
Return the name of the users current GeoZone.
Definition: GDThreatGeoZone.h:25