DisabledOnSdkVersion

@ExtendWith(value = [DisabledOnSdkVersionCondition::class])
annotation class DisabledOnSdkVersion(@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