SFU.hideLoader()
- Last UpdatedJun 25, 2024
- 1 minute read
Use hideLoader() method to hide 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.hideLoader();
Parameters
None.
Return Value
None.
Example
// Hide the loader.
SFU.hideLoader();