ToggleableStateKey
Property
Android
val ToggleableStateKey = ActionParameters.Key<Boolean>(RemoteViews.EXTRA_CHECKED)
This key is used to access the current checked value for actions that are triggered by compound
button interactions (e.g. CheckBox
, Switch
). This key is used to retrieve the value from the
ActionParameters
passed to the action.