• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
ContentChecker.Result Enum Reference

Indicate whether a result is safe or unsafe.

Public Attributes

 SAFE =(0)
 The content is deemed to be safe.
 
 UNSAFE =(1)
 The content is flagged as being unsafe or malicious and should not be called.
 
 UNAVAILABLE =(2)
 The result could not be determined.