whenAtLeast

@ChecksSdkIntAtLeast(parameter = 0, lambda = 1)
open fun <T> whenAtLeast(version: Int, result: () -> T): T?

Checks the if the current OS version is equal or greater than version.

Return

A non-null result if true, null otherwise.