SFU.showLoader()
- Last UpdatedJun 25, 2024
- 1 minute read
Use showLoader() method to show the loader.
Note: The showLoader and hideLoader APIs have a limitation wherein, the loader is immediately shown or hidden and the number of calls made to show or hide the loader is not considered. Therefore, the number of calls made to the loader cannot be tracked and the show or hide action cannot be performed accordingly.
Syntax
SFU.showLoader();
Parameters
None.
Return Value
None.
Example
// Show the loader.
SFU.showLoader();