🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

DisableContentCapture

Source set: Android
@Deprecated(
    message = "Use ContentCapture.isEnabled instead",
    replaceWith =
        ReplaceWith(
            expression = "!ContentCaptureManager.isEnabled",
            imports =
                ["androidx.compose.ui.contentcapture.ContentCaptureManager.Companion.isEnabled"],
        ),
    level = DeprecationLevel.WARNING,
)
public var DisableContentCapture: Boolean

Content updated: