isServiceEnabled

open suspend fun isServiceEnabled(service: ServiceType): Boolean

A convenience check to see if a service is fully ServiceStatus.ENABLED.

Return

true if the service is ServiceStatus.ENABLED, false otherwise.

Parameters

service

The type of service to check.