This repository contains templates for LB Phone apps, showcasing most functions provided by LB Phone.
- react js - React app template
- react typescript - React app template with TypeScript
- vanilla js - Vanilla JavaScript app template
Custom apps in LB Phone automatically include access to a few functions and variables. Please note that when you use react, you need to use the window.
prefix for these functions and variables.
The variables are:
resourceName
- The name of the custom app resource, use this when fetching data.appName
- The app identifier, useful for notifications.
For a full list, see LB Phone documentation.