Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.29 KB

File metadata and controls

33 lines (26 loc) · 1.29 KB
title description ms.date ms.topic author ms.author ms.custom
CIFInitDone event (JavaScript API Reference) for Dynamics 365 Channel Integration Framework 2.0 | MicrosoftDocs
Learn about the CIFInitDone event raised by the Channel Integration Framework library in Dynamics 365 Channel Integration Framework 2.0.
03/14/2021
reference
gandhamm
mgandham
dyn365-a11y
dyn365-developer

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

[!INCLUDEfooter-include]