changeActionStateFull

open fun changeActionStateFull(actionName: String, value: <Error class: unknown class>, platformData: <Error class: unknown class>)

Changes the state of a remote action.

This is the same as g_action_group_change_action_state() except that it allows for provision of "platform data" to be sent along with the state change request. This typically contains details such as the user interaction timestamp or startup notification information.

Since

2.32

Parameters

actionName

the name of the action to change the state of

value

the new requested value for the state

platformData

the platform data to send