Reference

APPIFY.native

Device helpers available to custom screens in preview, web, and native export.

API surface

CallReturns / behavior
platform"native" or "web"
os"ios" or "android"
haptic(style)light, medium, heavy, selection, success, warning, error
share({ title, message, url })System share or clipboard fallback
pickImage(){ dataUrl, width, height } from library
getLocation(){ latitude, longitude, accuracy }
secureGet(key)string or null from device-secure storage
secureSet(key, value)Save a small device-local value (8 KB maximum)
secureRemove(key)Remove a device-local secure value

Other APPIFY helpers

Custom pages may also use helpers such as APPIFY.open, APPIFY.home, APPIFY.ai, plus APPIFY_ENV and APPIFY_FEATURES depending on the screen.