Class LowMemoryEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

The class for the argument of the LowMemory EventHandler

C#
Copy
public class LowMemoryEventArgs : EventArgs
Inheritance
System.Object
LowMemoryEventArgs

Constructors

View Source

LowMemoryEventArgs(LowMemoryStatus)

Initializes LowMemoryEventArgs class

Declaration
C#
Copy
public LowMemoryEventArgs(LowMemoryStatus status)
Parameters
Type Name Description
LowMemoryStatus status

The information of the LowMemoryStatus

API Level: 3

Properties

View Source

LowMemoryStatus

The property to get the information of the LowMemoryStatus

Declaration
C#
Copy
public LowMemoryStatus LowMemoryStatus { get; }
Property Value
Type Description
LowMemoryStatus
API Level: 3