Class LowMemory

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of low memory

C#
Copy
public static class LowMemory
Inheritance
System.Object
LowMemory

Properties

View Source

EventName

Eventname for system-event of low memory

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Key

Key for system-event of low memory

Declaration
C#
Copy
public static string Key { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

ValueHardWarning

Value of hard warning low memory

Declaration
C#
Copy
public static string ValueHardWarning { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

ValueNormal

Value of normal low memory

Declaration
C#
Copy
public static string ValueNormal { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

ValueSoftWarning

Value of soft warning low memory

Declaration
C#
Copy
public static string ValueSoftWarning { get; }
Property Value
Type Description
System.String
API Level: 6