public interface

RequestProto.RegisterForDataNotificationsRequestOrBuilder

 androidx.health.platform.client.proto.RequestProto.RegisterForDataNotificationsRequestOrBuilder

Subclasses:

RequestProto.RegisterForDataNotificationsRequest, RequestProto.RegisterForDataNotificationsRequest.Builder

Summary

Methods
public DataProto.DataTypegetDataTypes(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public intgetDataTypesCount()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public java.util.List<DataProto.DataType>getDataTypesList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public java.lang.StringgetNotificationIntentAction()

optional string notificationIntentAction = 1;

public com.google.protobuf.ByteStringgetNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

public booleanhasNotificationIntentAction()

optional string notificationIntentAction = 1;

Methods

public boolean hasNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

Whether the notificationIntentAction field is set.

public java.lang.String getNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

The notificationIntentAction.

public com.google.protobuf.ByteString getNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

Returns:

The bytes for notificationIntentAction.

public java.util.List<DataProto.DataType> getDataTypesList()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public DataProto.DataType getDataTypes(int index)

repeated .androidx.health.platform.client.proto.DataType data_types = 2;

public int getDataTypesCount()

repeated .androidx.health.platform.client.proto.DataType data_types = 2;