Skip to content

Method GetDeviceInfoAsync

Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll

GetDeviceInfoAsync()

Gets device information. Demonstrates [Task] attribute with string return type.

csharp
[Task(Cache = false)]
Task<string> GetDeviceInfoAsync()

Returns

Task<string>

Device information string.

Released under the Apache License 2.0.