CIFInitDone event (JavaScript API reference) for Dynamics 365 Channel Integration Framework 2.0

The CIFInitDone event is raised by the Dynamics 365 Channel Integration Framework library when Channel Integration Framework is loaded. This event is used to determine whether the Channel Integration Framework APIs are ready to be consumed.

Example

(function () {
            window.addEventListener("CIFInitDone", function () {
                //Code that consumes CIF library APIs.
            });
        })();

See also

setClickToAct method
addHandler method
removeHandler method