Gio.RemoteActionGroup.prototype.activate_action_full

function activate_action_full(action_name: String, parameter: GLib.Variant, platform_data: GLib.Variant): void {
    // Gjs wrapper for g_remote_action_group_activate_action_full()
}
  

Activates the remote action.

This is the same as Gio.ActionGroup.prototype.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.

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

Since 2.32

action_name

the name of the action to activate

parameter

the optional parameter to the activation

platform_data

the platform data to send