Device.DeviceTypeRing Field

Definition

Caution

This constant will be removed in the future version. Use Android.Health.Connect.DataTypes.HealthDeviceType enum directly instead of this field.

[Android.Runtime.Register("DEVICE_TYPE_RING", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Health.Connect.DataTypes.HealthDeviceType enum directly instead of this field.", true)]
public const Android.Health.Connect.DataTypes.HealthDeviceType DeviceTypeRing = 4;
[<Android.Runtime.Register("DEVICE_TYPE_RING", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Health.Connect.DataTypes.HealthDeviceType enum directly instead of this field.", true)>]
val mutable DeviceTypeRing : Android.Health.Connect.DataTypes.HealthDeviceType

Field Value

Value = 4
Attributes

Applies to