Current application display (expanded, collapsed, or fullscreen)
Current application visibility ( visible or hidden )
Current application state (loading, ready, empty, error or partial)
Current application menu state (visible or hidden )
badgeVisibility
The visibility of the application badge ( visible or hidden )
The number to display in in the application badge
settingsVisibility
The application setting visibility ( visible or hidden )
Is the application currently resizing? (boolean)
Value of the current notification
notificationType
Type of the current notification
Application title
changeTitle(title)
Resets the display title the application
showMenu()
Shows the UI container's application menu
hideMenu()
Hides the UI container's application menu
showBadgeCount()
Shows a number in the application badge
hideBadgeCount()
Hides a number in the application badge
isVisible()
Checks if the application is visible
isHidden()
Check if the application is hidden
show()
Show the application
hide()
Hide the application
isExpanded()
Checks if the application is expanded
isCollapsed()
Checks if the application is collapsed
collapse()
Collapses the application
expand()
Expands the application
fullscreen()
Puts the application in full-screen mode. Full-screen mode will not be acquired if another app is already in full-screen
isLoading()
Checks if the UI is in the loading state
isReady()
Checks if the UI is in the ready state
isError()
Checks if the UI is in a loading state
showLoading()
Shows a loading indicator
hideLoading()
Hides the active loading indicator
showNotification
showNotification(message, type)
closeNotification
closeNotification()
showSettings()
Shows the settings API