Method

AdapToastset_priority

Declaration [src]

void
adap_toast_set_priority (
  AdapToast* self,
  AdapToastPriority priority
)

Description [src]

Sets priority for self.

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

If priority is ADAP_TOAST_PRIORITY_NORMAL, the toast will be queued.

If priority is ADAP_TOAST_PRIORITY_HIGH, the toast will be displayed immediately, pushing the previous toast into the queue instead.

Sets propertyAdap.Toast:priority

Parameters

priority

Type: AdapToastPriority

The priority.