priority


Description:

public ToastPriority priority { get; set; }

The priority of the toast.

Priority controls how the toast behaves when another toast is already being displayed.

If the priority is [enum@Adw.ToastPriority.normal], the toast will be queued.

If the priority is [enum@Adw.ToastPriority.high], the toast will be displayed immediately, pushing the previous toast into the queue instead.