Class BatteryStatisticsData

    Definition

    Namespace:
    Tizen.Context.AppHistory
    Assembly:
    Tizen.Context.dll

    This class contains the battery statistics information retrieved by BatteryStatistics.

    public class BatteryStatisticsData : AppStatisticsData
    Inheritance
    object
    AppStatisticsData
    BatteryStatisticsData

    Properties

    View Source

    Consumption

    Gets how much percentage of battery capacity was used by the application.

    Declaration
    public double Consumption { get; }
    Property Value
    Type Description
    double

    Battery consumption used by the application.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX