commandResultPayload property

String? commandResultPayload
getter/setter pair

The payload for the command result.

The following commands respond with a payload: * DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in the form: { "url": url }. The URL provides a link to the Chrome Remote Desktop session.

Implementation

core.String? commandResultPayload;