requireInteraction property

bool requireInteraction

Indicates that on devices with sufficiently large screens, a notification should remain active until the user clicks or dismisses it. If this value is absent or false, the desktop version of Chrome will auto-minimize notifications after approximately twenty seconds. The default value is false.

Implementation

external bool get requireInteraction;
void requireInteraction=(bool v)

Implementation

external set requireInteraction(bool v);