EnabledOnSdkVersion

@ExtendWith(value = [EnabledOnSdkVersionCondition::class])
annotation class EnabledOnSdkVersion(@IntRange(from = 26) val from: Int = NOT_SET, @IntRange(from = 26) val until: Int = NOT_SET)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
val until: Int