C# Class Xamarin.Essentials.BatteryInfoChangedEventArgs

Inheritance: EventArgs
Show file Open project: xamarin/Essentials Class Usage Examples

Public Methods

Method Description
BatteryInfoChangedEventArgs ( double level, BatteryState state, BatteryPowerSource source ) : System
ToString ( ) : string

Method Details

BatteryInfoChangedEventArgs() public method

public BatteryInfoChangedEventArgs ( double level, BatteryState state, BatteryPowerSource source ) : System
level double
state BatteryState
source BatteryPowerSource
return System

ToString() public method

public ToString ( ) : string
return string