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
    object
    LowMemory

    Properties

    View Source

    EventName

    Eventname for system-event of low memory

    Declaration
    public static string EventName { get; }
    Property Value
    Type Description
    string
    View Source

    Key

    Key for system-event of low memory

    Declaration
    public static string Key { get; }
    Property Value
    Type Description
    string
    View Source

    ValueHardWarning

    Value of hard warning low memory

    Declaration
    public static string ValueHardWarning { get; }
    Property Value
    Type Description
    string
    View Source

    ValueNormal

    Value of normal low memory

    Declaration
    public static string ValueNormal { get; }
    Property Value
    Type Description
    string
    View Source

    ValueSoftWarning

    Value of soft warning low memory

    Declaration
    public static string ValueSoftWarning { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX