Skip to content

Spinners

o5faruk edited this page May 2, 2021 · 2 revisions

⚠️⚠️⚠️

This sdk documentation is deprecated and will not be updated. Check out our new docs at https://sdk.buildfire.com/docs/spinners/

⚠️⚠️⚠️

#buildfire.spinner

This is an object within the buildfire singleton that is responsible for showing and hiding the environments spinner. Use this whenever you need to display to the user that there is a noticeable processing going on in the background. While you may develop your own spinners this is and easy and unified way to display a familiar spinner to the user.

Methods

buildfire.spinner.show()

This displays the spinner. The spinner may look different from one environment to another

buildfire.spinner.hide()

This hides the spinner

Clone this wiki locally