-
Notifications
You must be signed in to change notification settings - Fork 28
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(process.env.ANT_BIN_DIR + 'runtime').app();
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved