DefaultAndroidBuildSdkProvider

Default implementation of AndroidBuildSdkProvider that returns the actual device SDK version.

This implementation provides access to the real Android SDK version of the current device by returning Build.VERSION.SDK_INT. This is the standard implementation used in production code.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getSdkVersion(): Int

Returns the actual Android SDK version of the current device.