RemoteActionGroup.activateActionFull

void activateActionFull(string actionName, glib.variant.Variant parameter, glib.variant.Variant platformData)

Activates the remote action.

This is the same as [gio.action_group.ActionGroup.activateAction] 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.

platform_data must be non-null and must have the type G_VARIANT_TYPE_VARDICT. If it is floating, it will be consumed.

Parameters

actionNamethe name of the action to activate
parameterthe optional parameter to the activation
platformDatathe platform data to send