.Net中的Tizen可穿戴应力数据

时间:2019-03-26 22:19:00

标签: .net xamarin tizen

我正在尝试在Tizen .Net应用程序中访问压力水平数据。

Web应用程序文档具有以下内容: https://developer.tizen.org/ko/development/guides/web-application/sensors/human-activity-monitor#monitoring-stress

@SushiHangover指出,可以在本机API中对其进行访问。有关此文档,请访问: https://developer.tizen.org/ko/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/4.0.0/org.tizen.native.wearable.apireference/group__CAPI__SYSTEM__SENSOR__LISTENER__MODULE.html

但是.NET文档中没有它: https://developer.tizen.org/ko/development/guides/.net-application/location-and-sensors/device-sensors https://samsung.github.io/TizenFX/API4/api/Tizen.Sensor.html

我了解到所有本机API都在Tizen .Net平台中公开。如何获得这些压力数据读数?

该应用程序适用于使用Tizen API 4的Galaxy Watch。

谢谢!

1 个答案:

答案 0 :(得分:0)

Tizen API 4不提供对压力传感器的访问。您对此无能为力。 API级别6将包括Tizen.Sensor.StressMonitor类。您可以选中Pull Request 827添加此功能。