The Cmi5 Class
new Cmi5()
Example
import Cmi5 from "@xapi/cmi5";
// Create Cmi5 instance
const cmi5: Cmi5 = new Cmi5();
// Initialize AU
cmi5.initialize();Returns
Last updated
import Cmi5 from "@xapi/cmi5";
// Create Cmi5 instance
const cmi5: Cmi5 = new Cmi5();
// Initialize AU
cmi5.initialize();Last updated