Interface ISensusServiceHelper
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface ISensusServiceHelper
Properties
Logger
Declaration
Property Value
Methods
FlashNotificationAsync(String)
Declaration
Task FlashNotificationAsync(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
KeepDeviceAwakeAsync()
Declaration
Task KeepDeviceAwakeAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
LetDeviceSleepAsync()
Declaration
Task LetDeviceSleepAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
SaveAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|