Show and hide loading prompt on the bottom right of the screen.
Example:
import { LoadingPrompt } from '@nativewrappers/client/ui';LoadingPrompt.show("Hello World");setTimeout(() => { LoadingPrompt.hide();}, 10000)'
Shows a loading prompt.
Text to be displayed inside loading prompt.
Type of spinner.
Generated using TypeDoc
Show and hide loading prompt on the bottom right of the screen.
Example: