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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX