• Display a native toast.

    Example

    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)

    Parameters

    Returns Promise<ToastReason>

Generated using TypeDoc