public interface SecurityCheck
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getId()
Gets the type of the check.
|
java.lang.String |
getName()
Gets the name of the check to be used for display purposes in reports.
|
SecurityCheckResult |
test(android.content.Context context)
Perform the check and return a result.
|
SecurityCheckResult test(android.content.Context context)
context - Context to be used by the checkSecurityCheckResult of the testjava.lang.String getName()
String name of the checkdefault java.lang.String getId()
String name of the check