pl.wendigo.chrome.domain.memory / SetPressureNotificationsSuppressedRequest

SetPressureNotificationsSuppressedRequest

data class SetPressureNotificationsSuppressedRequest (source)

Represents request frame that can be used with Memory.setPressureNotificationsSuppressed method call.

Enable/disable suppressing memory pressure notifications in all processes.

Constructors

<init>

SetPressureNotificationsSuppressedRequest(suppressed: Boolean)

Represents request frame that can be used with Memory.setPressureNotificationsSuppressed method call.

Properties

suppressed

val suppressed: Boolean

If true, memory pressure notifications will be suppressed.