Package ch.bailu.gtk.gio
Schnittstelle MemoryMonitorWarningLevel
public interface MemoryMonitorWarningLevel
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The system will soon start terminating
processes to reclaim memory, including background processes.static final int
Memory on the device is low, processes
should free up unneeded resources (for example, in-memory caches) so they can
be used elsewhere.static final int
Same as @G_MEMORY_MONITOR_WARNING_LEVEL_LOW
but the device has even less free memory, so processes should try harder to free
up unneeded resources.
-
Felddetails
-
LOW
static final int LOWMemory on the device is low, processes
should free up unneeded resources (for example, in-memory caches) so they can
be used elsewhere.- Siehe auch:
-
MEDIUM
static final int MEDIUMSame as @G_MEMORY_MONITOR_WARNING_LEVEL_LOW
but the device has even less free memory, so processes should try harder to free
up unneeded resources. If your process does not need to stay running, it is a
good time for it to quit.- Siehe auch:
-
CRITICAL
static final int CRITICALThe system will soon start terminating
processes to reclaim memory, including background processes.- Siehe auch:
-