userVisibleOnly property

bool get userVisibleOnly

A boolean indicating that the returned push subscription will only be used for messages whose effect is made visible to the user.

Implementation

external bool get userVisibleOnly;
set userVisibleOnly (bool v)

Implementation

external set userVisibleOnly(bool v);