-
@Deprecated() public class RequirementsReport
Contains the report of the requirements check result.
-
-
Method Summary
Modifier and Type Method Description booleanisFulfilled()Whether the requirements were fulfilled or not. List<RequirementReport>getRequirementReports()Reports for all the checked requirements. StringtoString()-
-
Method Detail
-
isFulfilled
boolean isFulfilled()
Whether the requirements were fulfilled or not.
-
getRequirementReports
@NonNull() List<RequirementReport> getRequirementReports()
Reports for all the checked requirements.
-
-
-
-