is Vulnerability Checker Enabled
open fun isVulnerabilityCheckerEnabled(@NonNull context: Context): Boolean
Content copied to clipboard
Call this method to check whether the check for rooted/vulnerable devices is enabled or not based on the configured parameter in the BE admin interface or the defaultStatus if not configured.
Return
The configured vulnerability checker or defaultStatus
Parameters
context
The application context