Author Message
gupta503012024
Joined: Aug 25, 2020
Messages: 0
Offline
Hi,

I am developing custom widget for the workspace oceana. need help for the widget api (onContextDataEvent()). in my widget the onInteractionEndedEvent api working fine but when calling to the on onContextDataEvent() is come null result.

For my widget the call redirecting/ transferring on workspace form engagement designer and schema are added but over workspace onContextDataEvent() result is null.

Please see the code snap here.
var api = new WidgetAPI(params);
api.onDataEvent('onInteractionEndedEvent', function (data) {
// do something with the event data
console.log(data);
});

please help for the same.

Thanks & regards
Rajeev
Pallavi_M
Joined: Dec 25, 2017
Messages: 105
Offline
Thanks for query.

Are you using JavaScript CSDK or native CSDK ?

Thanks,
Avaya DevConnect Team
Go to:   
Mobile view