Package-level declarations

Types

Link copied to clipboard
@ExtendWith(value = [DisabledIfBuildConfigValueCondition::class])
annotation class DisabledIfBuildConfigValue(val named: String, val matches: String)
Link copied to clipboard
@ExtendWith(value = [DisabledOnManufacturerCondition::class])
annotation class DisabledOnManufacturer(val value: Array<String>, val ignoreCase: Boolean = true)
Link copied to clipboard
@ExtendWith(value = [DisabledOnSdkVersionCondition::class])
annotation class DisabledOnSdkVersion(@IntRange(from = 26) val from: Int = NOT_SET, @IntRange(from = 26) val until: Int = NOT_SET)
Link copied to clipboard
@ExtendWith(value = [EnabledIfBuildConfigValueCondition::class])
annotation class EnabledIfBuildConfigValue(val named: String, val matches: String)
Link copied to clipboard
@ExtendWith(value = [EnabledOnManufacturerCondition::class])
annotation class EnabledOnManufacturer(val value: Array<String>, val ignoreCase: Boolean = true)
Link copied to clipboard
@ExtendWith(value = [EnabledOnSdkVersionCondition::class])
annotation class EnabledOnSdkVersion(@IntRange(from = 26) val from: Int = NOT_SET, @IntRange(from = 26) val until: Int = NOT_SET)