10-30-2012 01:00 AM
Hello,
I'm wondering if anyone knows if it's possible to set the timeout period for a systemToast? At the below link, it mentions a "predefined timeout period"...Is it possible to set this period?
https://developer.blackberry.com/cascades/referenc
(The toast will be dismissed after a predefined timeout period lapses....)
Thanks
Jason
Solved! Go to Solution.
11-14-2012 02:13 PM
11-16-2012 11:45 AM
There is currently no way to set the timeout period of a SystemToast. If this is a feature you would like to see I suggest heading to https://www.blackberry.com/jira and creating a feature request that I can escalate for you.
11-16-2012 01:33 PM
11-16-2012 01:48 PM
11-17-2012 10:43 AM
The predefined time is 3 seconds I think, but keep in mind that if you want a shorter timeout, you can always cancel the toast programmatically before those 3 seconds as a workaround...