Using the Ozone API
The Ozone API is available in an object named api in all ozone windows. An application can call its functions using the below syntax
output = await api.NAMESPACE.FUNCTION();Namespaces categorize functionality for grouping app permissions, learn more about permissions and namespaces.
Important APIs
Coordinating interfaces with the Events API
This allows apps to communicate with each other, deliver and listen to events with ease, while keeping things private.
