ReadyStatus
data class ReadyStatus(val grantStatus: GrantStatus, val serviceStatus: ServiceStatus, val isReady: Boolean)
A generic data structure representing the aggregate state of a permission and service.
A generic data structure representing the aggregate state of a permission and service.