• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
ContentCheckerRules.CheckType Enum Reference

Enumeration which defines the type of check performed. More...

Description

Define if the check is performed against machine learning models in the BlackBerry Cloud, models running locally on the device or solely by evaluating against a local checklist.

Public Attributes

 CHECKLIST_ONLY
 Check content against a configured denylist and allowlist. More...
 
 ON_DEVICE
 Use on-device threat model AND any configured denylists or whilelists. More...
 
 CLOUD
 Query threat model within BlackBerry Cloud in combination with any configured denylists or allowlists. More...
 

Member Data Documentation

◆ CHECKLIST_ONLY

CHECKLIST_ONLY

Check content (e.g. URL or IP address) against a configured denylist and allowlist.

◆ ON_DEVICE

ON_DEVICE

Use BlackBerry Protect on-device threat model in combination with any configured denylists or allowlists.

◆ CLOUD

CLOUD

Query BlackBerry Protect threat model hosted within BlackBerry Cloud in combination with any configured checklists. If the device is off-line the check will fall back to using the on-device threat model.