Native Function API Developers' Guide

This document provides information regarding Native Function APIs for iOS and Android, which give you access to new or obscure device features that are platform-specific before they've become available in the cross platform APIs. The Native Function APIs provide access to native iOS and Android APIs from within your JavaScript code. You lose platform independence, but get access to specialized functionality not available in more generic ways.

Native Function APIs are JavaScript wrappers for Objective C and Android native APIs. They are generated from the source APIs, which means that they can be updated and released quickly when the target API changes. This gives you the flexibility to update your apps quickly. This also means that you can do almost anything using JavaScript in Visualizer that you can do using native APIs.

Revision History

Date Document Version Description of Releases and Updates
01/08/2024 1.1

Document updated for the 202401 release.
This update includes the following new and revised features:

04/06/2020 1.0

Document updated for V9 release.

 

 

Getting Started Options