Added in API level 34

ForegroundServiceTypeException

abstract class ForegroundServiceTypeException : ServiceStartNotAllowedException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalStateException
   ↳ android.app.ServiceStartNotAllowedException
   ↳ android.app.ForegroundServiceTypeException

Base exception thrown when an app tries to start a foreground Service without a valid type.

Summary

Public constructors

Constructor.

Inherited properties

Public constructors

ForegroundServiceTypeException

Added in API level 34
ForegroundServiceTypeException(message: String)

Constructor.

Parameters
message String: This value cannot be null.