pl.wendigo.chrome.api.memory / SetPressureNotificationsSuppressedRequest

SetPressureNotificationsSuppressedRequest

data class SetPressureNotificationsSuppressedRequest (source)

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

Enable/disable suppressing memory pressure notifications in all processes.

Link
Memory#setPressureNotificationsSuppressed method documentation.

See Also

MemoryOperations.setPressureNotificationsSuppressed

Constructors

<init>

SetPressureNotificationsSuppressedRequest(suppressed: Boolean)

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

Properties

suppressed

val suppressed: Boolean

If true, memory pressure notifications will be suppressed.