Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Use this API to manually hide a toast before its duration expires.

Parameters

This API does not require any parameters.

Code Example

my.showToast({
  content: 'Processing...',
  duration: 10000
});

// Hide early when done
setTimeout(() => {
  my.hideToast();
}, 2000);

my.showToast

Show toast

my.hideLoading

Hide loading