Table of Contents

Class ActivityIntensityRecord

Namespace
Android.Health.Connect.Datatypes
Assembly
MASES.Netdroid.dll
public class ActivityIntensityRecord : IntervalRecord, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ActivityIntensityRecord
Implements
Inherited Members
Extension Methods

Constructors

ActivityIntensityRecord(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ActivityIntensityRecord(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTIVITY_INTENSITY_TYPE_MODERATE

public static int ACTIVITY_INTENSITY_TYPE_MODERATE { get; set; }

Property Value

int

ACTIVITY_INTENSITY_TYPE_VIGOROUS

public static int ACTIVITY_INTENSITY_TYPE_VIGOROUS { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DURATION_TOTAL

public static AggregationType DURATION_TOTAL { get; set; }

Property Value

AggregationType

INTENSITY_MINUTES_TOTAL

public static AggregationType INTENSITY_MINUTES_TOTAL { get; set; }

Property Value

AggregationType

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

MODERATE_DURATION_TOTAL

public static AggregationType MODERATE_DURATION_TOTAL { get; set; }

Property Value

AggregationType

VIGOROUS_DURATION_TOTAL

public static AggregationType VIGOROUS_DURATION_TOTAL { get; set; }

Property Value

AggregationType

Methods

GetActivityIntensityType()

public int GetActivityIntensityType()

Returns

int

int