activateActionFull
open fun activateActionFull(actionName: String, parameter: <Error class: unknown class>? = null, platformData: <Error class: unknown class>)
Activates the remote action.
This is the same as g_action_group_activate_action() except that it allows for provision of "platform data" to be sent along with the activation 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 activate
parameter
the optional parameter to the activation
platformData
the platform data to send