다음을 통해 공유


AggregateRecordsResponse.Get(AggregationType) Method

Definition

[Android.Runtime.Register("get", "(Landroid/health/connect/datatypes/AggregationType;)Ljava/lang/Object;", "", ApiSince=34)]
public Java.Lang.Object? Get (Android.Health.Connect.DataTypes.AggregationType aggregationType);
[<Android.Runtime.Register("get", "(Landroid/health/connect/datatypes/AggregationType;)Ljava/lang/Object;", "", ApiSince=34)>]
member this.Get : Android.Health.Connect.DataTypes.AggregationType -> Java.Lang.Object

Parameters

aggregationType
AggregationType

AggregationType for which to get the result

Returns

an aggregation result for aggregationType. *

Attributes

Remarks

Java documentation for android.health.connect.AggregateRecordsResponse.get(android.health.connect.datatypes.AggregationType<T>).

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