public interface SecurityCheckResult
SecurityCheck.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the unique identifier of the security check that this is the result of.
|
java.lang.String |
getName()
Get the name for displaying the security check that this is the result of.
|
boolean |
passed()
Whether the check was successful.
|
java.lang.String getId()
String the name of the checkjava.lang.String getName()
String the name of the checkboolean passed()
true when it
is *not* rooted, since this would be the more secure condition.true if the check was successful