• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
BBDThreatGeoZone Class Reference

Determine a user’s security risk level based on their real-world context. More...

#import <BlackBerryDynamics/GD/GDThreatGeoZone.h>

Inheritance diagram for BBDThreatGeoZone:
BBDThreat

Description

Utilizes events and location data and scores these against geozones set by an administrator. Requires BlackBerry Persona to be enabled and configured.

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 Creates an instance of BBDThreatGeoZone. More...
 
- Instance Methods inherited from BBDThreat
(BBDThreatType- getType
 Indicate the type of threat being checked. More...
 
(long) - getEvaluatedTime
 Determine when the check last completed. More...
 
(BBDThreatLevel- getRiskLevel
 Return the level of risk posed by the threat. More...
 
(BOOL) - getDetectionEnabled
 Check whether the threat is being evaluated. More...
 
(NSString *) - getInfo
 Get information on possible remediation actions to the threat. More...
 
(instancetype) - NS_UNAVAILABLE
 Only the subclasses of BBDThreat maybe instantiated. More...
 

Properties

NSString * geoZoneName
 Return the name of the users current GeoZone. More...
 
BBDThreatLevel defineGeozoneRisk
 Determine defined geozone risk level value. More...
 
BBDThreatLevel learnedGeozoneRisk
 Determine learned geozone risk level value. More...
 

Additional Inherited Members

- Class Methods inherited from BBDThreat
(instancetype) + NS_UNAVAILABLE
 

Method Documentation

◆ NS_DESIGNATED_INITIALIZER

- (instancetype) NS_DESIGNATED_INITIALIZER

Property Documentation

◆ geoZoneName

- (NSString*) geoZoneName
readnonatomicstrong

Return the name defined by the administrator of the BlackBerry Persona GeoZone within which the user is currently located.

Returns
NSString Name of the BlackBerry Persona GeoZone or null.

◆ defineGeozoneRisk

- (BBDThreatLevel) defineGeozoneRisk
readnonatomicassign
Returns
BBDThreatLevel

◆ learnedGeozoneRisk

- (BBDThreatLevel) learnedGeozoneRisk
readnonatomicassign
Returns
BBDThreatLevel

The documentation for this class was generated from the following file: