Search Results for

    Show / Hide Table of Contents

    Enum BatteryStates

    The current state of the battery and if it is being charged or full.

    Namespace: Evergine.Platform
    Assembly: Evergine.Platform.dll
    Syntax
    public enum BatteryStates

    Fields

    Name Description
    Charging

    Battery is acively being charged by a power source.

    Discharging

    Battery is not plugged in and discharging.

    Full

    Battery is full.

    NotCharging

    Battery is not charging or discharging, but in an inbetween state.

    NotPresent

    Battery does not exist on the device.

    Unknown

    Battery state could not be determined.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX