IPower Interface

graph BT Type["IPower"] class Type type-node Implementing0["PowerEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/PowerEssential"

Syntax

public interface IPower

Properties

Name Value Summary
EnergySaverStatus EnergySaverStatus
EnergySaverStatusChanged IObservable<EnergySaverStatusChangedEventArgs>

Extension Methods

Name Value Summary
SetBackingValue<IPower, TV>(Expression<Func<IPower, TV>>, TV) T
Sets the backing value.
With<IPower, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.