SensorAdditionalInfo.IntValues Property

Definition

Additional info payload data represented in int values.

[Android.Runtime.Register("intValues", ApiSince=24)]
public System.Collections.Generic.IList<int>? IntValues { get; set; }
[<Android.Runtime.Register("intValues", ApiSince=24)>]
member this.IntValues : System.Collections.Generic.IList<int> with get, set

Property Value

Attributes

Remarks

Additional info payload data represented in int values. Depending on the type of information, this may be null.

Java documentation for android.hardware.SensorAdditionalInfo.intValues.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to