Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Boolean value to indicate whether the outbound communication (ClickToAct) is enabled or not.
Syntax
Microsoft.CIFramework.getClickToAct(value).then(successCallback, errorCallback);
Parameters
Name | Type | Required | Description |
---|---|---|---|
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: Boolean
Description: Returns Promise object with the value. True if ClickToAct is enabled; false otherwise.