Sets priority for this.
Priority controls how the toast behaves when another toast is already being displayed.
If priority
is `ADW_TOAST_PRIORITY_NORMAL`, the toast will be queued.
If priority
is `ADW_TOAST_PRIORITY_HIGH`, the toast will be displayed immediately, pushing the previous toast into the queue
instead.
this |
a toast |
priority |
the priority |