FAQ

How can I dismiss (hide) a toast through the Api?
There are two different ways a toast may be dismissed. Internally, the ToastInfo class contains a public property called Lifetime. You can set this val...
Sun, 21 Apr, 2019 at 6:44 PM
How can I change the content of my toast through the Api?
The ToastInfo class contains several fields and properties that give you access to manipulate just about anything related to your toast. You can call these ...
Sun, 21 Apr, 2019 at 7:04 PM