InterfaceModal Module
Module: Player
I am the InterfaceModal module.
I provide the most basic UI:
- display status messages
- display loading indicators
- display user dialogs
Item Index
Methods
hideLoadingScreen
()
I hide the loading screen.
hideMessage
(
-
delay
I hide all messages. I do this immediatly, unless a delay is set, in which case I remove the messages after the delay in milliseconds.
Parameters:
-
delay
Number(optional)
setLoadingTitle
(
-
title
I set the loading screen title to either the hypervideo name or the project name.
Parameters:
-
title
String
showLoadingScreen
()
I show the loading screen.