[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples/Code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
SemanticsPropertyReceiver
interface SemanticsPropertyReceiver
SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set
key/value pairs primarily via extension functions.
Summary
Public methods |
abstract operator Unit |
|
Extension functions |
From androidx.compose.ui.semantics
Unit |
Action to collapse an expandable node.
|
Unit |
Action to copy the text to the clipboard.
|
Unit |
Action to cut the text and copy it to the clipboard.
|
Unit |
Whether this element is a Dialog.
|
Unit |
Whether this semantics node is disabled.
|
Unit |
Action to dismiss a dismissible node.
|
Unit |
Action to expand an expandable node.
|
Unit |
Action to get a Text/TextField node's TextLayoutResult.
|
Unit |
The node is marked as heading for accessibility.
|
Unit |
Whether this node is specially known to be invisible to the user.
|
Unit |
Action to be performed when the node is clicked (single-tapped).
|
Unit |
Action to be performed when the node is long clicked (long-pressed).
|
Unit |
The node is marked as a password.
|
Unit |
This function adds the SemanticsActions.PasteText to the SemanticsPropertyReceiver.
|
Unit |
Whether this semantics node represents a Popup.
|
Unit |
Action to scroll by a specifi | |