public interface SecurityCheck
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getName()
Gets the name of the check.
|
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 testdefault java.lang.String getName()
String name of the check