@gphone/sdk
    Preparing search index...

    Interface AppActionOptions

    interface AppActionOptions {
        error?: string;
        success?: string;
        title?: string;
    }
    Index
    error?: string

    Toast to show when it throws. Defaults to the error's own message.

    success?: string

    Toast to show when the work succeeds. Omit for actions that speak for themselves.

    title?: string

    Heading on both toasts, for an app that names itself in its notifications.