userVisibleOnly property

bool 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;
void userVisibleOnly=(bool v)

Implementation

external set userVisibleOnly(bool v);