Skip to content

Lite API: Runtime

Gyeonghwan Hong edited this page Dec 21, 2020 · 8 revisions

Parent Document: ANT APIs

Runtime API comprises of the app-lifecycle functions and miscellaneous utility functions.

You need to load runtime API module before you use its API as following.

var runtimeApi = require('ant').runtime;

App Lifecycle

Misc. Utility