// status object
{
    title: "Toastified!",
    body: "This is the body.",
    defaultTitle: true,
    enableHtmlInterpretation: true
}

Toastified!

This is the body.