CompilationMode.None

@RequiresApi(value = 24)
class CompilationMode.None : CompilationMode


No pre-compilation - a compilation profile reset is performed and the entire app will be allowed to Just-In-Time compile as it runs.

Note that later iterations may perform differently, as app code is jitted.

Summary

Public constructors

Public functions

open String

Public constructors

None

Added in 1.1.0
None()

Public functions

toString

open fun toString(): String