Display a native toast.
import { Showpad } from '@showpad/experience-app-sdk'const toast = { type: 'info', text: 'This is a sample toast', actionText: 'dismiss'}const toastReason = await Showpad.displayToast(toast) Copy
import { Showpad } from '@showpad/experience-app-sdk'const toast = { type: 'info', text: 'This is a sample toast', actionText: 'dismiss'}const toastReason = await Showpad.displayToast(toast)
Generated using TypeDoc
Display a native toast.
Example