Xam.Plugins.ManageSleep icon indicating copy to clipboard operation
Xam.Plugins.ManageSleep copied to clipboard

Manage auto sleep / auto lock in all platforms

Results 3 Xam.Plugins.ManageSleep issues
Sort by recently updated
recently updated
newest added

If possible please provide a .Net Standard 2.0 NuGet Package. Build Warning: Package 'Xam.Plugins.ManageSleep 1.5.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not...

This overload makes it easier to simply write anonymous async lambda methods like this: ```c# await _sleepMode.DoWithoutSleepAsync(async () => { await DoSomeStuffAsync(); await DoMoreStuffAsync(); }); ``` New method: ```c# public...

The .ConfigureAwait(false) call in DoWithoutSleepAsync in the UWP version can cause an exception to be thrown. If the Task passed in is from a function that has multiple await calls...