@gphone/sdk
    Preparing search index...

    Interface SendNotificationOptions

    interface SendNotificationOptions {
        avatar?: string;
        duration?: number;
        message: string;
        onClick?: () => void;
        title?: string;
        type?: ToastType;
    }
    Index
    avatar?: string
    duration?: number
    message: string
    onClick?: () => void
    title?: string
    type?: ToastType