onExecutionLaunchData method

void onExecutionLaunchData(
  1. ExecutionLaunchDataParams params
)

Reports information needed to allow a single file to be launched.

This notification is not subscribed to by default. Clients can subscribe by including the value "LAUNCH_DATA" in the list of services passed in an execution.setSubscriptions request.

Implementation

void onExecutionLaunchData(ExecutionLaunchDataParams params) {}