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

Enumeration specifying whether a list is a denylist or a allowlist.

Public Attributes

 ALLOWLIST
 A list of safe or permitted items. More...
 
 DENYLIST
 A list of unsafe items or content which should be blocked. More...
 

Member Data Documentation

◆ ALLOWLIST

ALLOWLIST

The checklist contains a list of items which are permitted. For example, URLs which are deemed safe.

◆ DENYLIST

DENYLIST

The checklist contains a list of items which should be blocked or flagged as unsafe. For example, URLs which are known to host malware, phishing attacks, etc.