AndroidPreconditions

Helper class for common android specific preconditions used inside of RenderCore.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Enforce the minimum Android api level
Link copied to clipboard
open fun checkUiThread()
Ensure that the code is being executed on Android's UI thread.
Link copied to clipboard
Returns true if the Android API is currently available.
Link copied to clipboard
Returns true if the Android api level is above the minimum or if not on Android.