Class BatteryLevelStatus

    Definition

    Namespace:
    Tizen.Applications.EventManager.SystemEvents
    Assembly:
    Tizen.Applications.EventManager.dll

    Class for system-event of battery level status

    public static class BatteryLevelStatus
    Inheritance
    object
    BatteryLevelStatus

    Properties

    View Source

    EventName

    Eventname for system-event of battery level status

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

    StatusKey

    Key for system-event of battery level status

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

    StatusValueCritical

    Value of critical battery level status

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

    StatusValueEmpty

    Value of empty battery level status

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

    StatusValueFull

    Value of full battery level status

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

    StatusValueHigh

    Value of high battery level status

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

    StatusValueLow

    Value of low battery level status

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