Property
AdapToast:priority
since: 1
Description [src]
The priority of the toast.
Priority controls how the toast behaves when another toast is already being displayed.
If the priority is ADAP_TOAST_PRIORITY_NORMAL, the toast will be queued.
If the priority is ADAP_TOAST_PRIORITY_HIGH, the toast will be displayed
immediately, pushing the previous toast into the queue instead.
| Type: | AdapToastPriority |
| Available since: | 1 |
| Default value | ADAP_TOAST_PRIORITY_NORMAL |
| Getter method | adap_toast_get_priority() |
| Setter method | adap_toast_set_priority() |