setClickToAct (JavaScript API Reference) for Dynamics 365 Channel Integration Framework 1.0

Sets a Boolean value to enable or disable the outbound communication (ClickToAct).

Syntax

Microsoft.CIFramework.setClickToAct(value).then(successCallback, errorCallback);

Parameters

Name Type Required Description
value Boolean Yes Sets the value to enable or disable ClickToAct.
successCallback Function No A function to call when the request is successful
errorCallback Function No A function to call when the request fails

Return value

Type: Null