Class LowMemory
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of low memory
public static class LowMemory
- Inheritance
-
objectLowMemory
Properties
View SourceEventName
Eventname for system-event of low memory
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Key
Key for system-event of low memory
Declaration
public static string Key { get; }
Property Value
Type | Description |
---|---|
string |
ValueHardWarning
Value of hard warning low memory
Declaration
public static string ValueHardWarning { get; }
Property Value
Type | Description |
---|---|
string |
ValueNormal
Value of normal low memory
Declaration
public static string ValueNormal { get; }
Property Value
Type | Description |
---|---|
string |
ValueSoftWarning
Value of soft warning low memory
Declaration
public static string ValueSoftWarning { get; }
Property Value
Type | Description |
---|---|
string |