ApiLevelException

class ApiLevelException : Exception


Exception thrown when the API level of the device is lower than the required API level.

Summary

Public constructors

ApiLevelException(requiredApiLevel: Int)

Public properties

Int

the required API level

Inherited properties

From kotlin.Throwable

Public constructors

ApiLevelException

ApiLevelException(requiredApiLevel: Int)
Parameters
requiredApiLevel: Int

the required API level

Public properties

requiredApiLevel

val requiredApiLevelInt

the required API level