Namespace: Client

Client

Methods

staticZDK.Client.sendResponse(request_uuid, data)

Send response to Client Script
Name Type Description
request_uuid String unique id received in 'NotifyAndWait' event of the flyout widget
data Any optional response to be passed
Example

Sample

ZDK.Client.sendResponse('0deec96f-2d55-4349-ace9-d45499fd004c', { choice: 'mail', value: 'example@zoho.com' });