• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
SecurityEventType Enum Reference

Description

Enum class which contains the security event types when calling trackSecurityEvent. The events from this enum class will be considered a security event and will contribute to BlackBerry Persona risk calculations.

By default the app active events is already considered a security event.

Public Attributes

 SECURITY_APP_ACTIVE
 App active is considered a security event by default. More...
 
 SECURITY_APP_INACTIVE
 To record the app inactive event as security event. More...
 
 SECURITY_FEATURE_ACTIVE
 To record a particular feature active event as security event. More...
 
 SECURITY_FEATURE_INACTIVE
 To record a particular feature inactive event as security event.
 
 SECURITY_ADOPTION_EVENT
 To record a custom / adoption event as security event. More...
 

Member Data Documentation

◆ SECURITY_APP_ACTIVE

SECURITY_APP_ACTIVE

Risks will be calculated when an app active event is recorded.

◆ SECURITY_APP_INACTIVE

SECURITY_APP_INACTIVE

◆ SECURITY_FEATURE_ACTIVE

SECURITY_FEATURE_ACTIVE

◆ SECURITY_ADOPTION_EVENT

SECURITY_ADOPTION_EVENT