Compose Unstyled 2.0 is out! Check the official announcement blog ->
Property

credentialRequest

Semantics property for defining a pending credential request on a node.

Source set: Android
@get:RequiresApi(34)
@set:RequiresApi(34)
var SemanticsPropertyReceiver.credentialRequest: CredentialRequestData

Semantics property for defining a pending credential request on a node. When this property is set, Compose will populate the Android android.view.ViewStructure with the provided request to integrate with the Autofill framework's Credential Manager support.

Last updated: