• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
MalwareScanRules.MalwareScanTrigger Enum Reference

Enumeration defining how a malware scan is triggered.

Public Attributes

 CONTINUOUS
 Immediately scan any new or updated applications. More...
 
 INITIAL
 The runtime initiates a scan when the application is started. More...
 

Member Data Documentation

◆ CONTINUOUS

CONTINUOUS

The runtime monitors for changes to applications in the package manager and immediately scans any newly installed or updated applications.

◆ INITIAL

INITIAL

A scan is initiated when the application is started (i.e. cold start). During the scan any new or updated applications detected will be checked for malware.