Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 824 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 824 Bytes

LB Phone - App Templates

This repository contains templates for LB Phone apps, showcasing most functions provided by LB Phone.

Templates

Documentation

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.