data class InstallabilityError
The installability error
<init> |
The installability error InstallabilityError(errorId: String, errorArguments: List<InstallabilityErrorArgument>) |
errorArguments |
The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}). val errorArguments: List<InstallabilityErrorArgument> |
errorId |
The error id (e.g. 'manifest-missing-suitable-icon'). val errorId: String |