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