public final class

TriggerProto.OnConditionMetTrigger

extends <any>

implements TriggerProto.OnConditionMetTriggerOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.TriggerProto.OnConditionMetTrigger

Overview

 Triggers *every time* the condition switches from false to true. If the
 condition is true initially, that will fire the trigger on load.
 
Protobuf type androidx.wear.protolayout.proto.OnConditionMetTrigger

Summary

Fields
public static final intCONDITION_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public DynamicProto.DynamicBoolgetCondition()

 Dynamic boolean used as trigger.

public static TriggerProto.OnConditionMetTriggergetDefaultInstance()

public booleanhasCondition()

 Dynamic boolean used as trigger.

public static TriggerProto.OnConditionMetTrigger.BuildernewBuilder()

public static TriggerProto.OnConditionMetTrigger.BuildernewBuilder(TriggerProto.OnConditionMetTrigger prototype)

public static TriggerProto.OnConditionMetTriggerparseDelimitedFrom(java.io.InputStream input)

public static TriggerProto.OnConditionMetTriggerparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTriggerparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTriggerparseFrom(java.nio.ByteBuffer data)

public static TriggerProto.OnConditionMetTriggerparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTriggerparseFrom(com.google.protobuf.ByteString data)

public static TriggerProto.OnConditionMetTriggerparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTriggerparseFrom(com.google.protobuf.CodedInputStream input)

public static TriggerProto.OnConditionMetTriggerparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTriggerparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int CONDITION_FIELD_NUMBER

Methods

public boolean hasCondition()

 Dynamic boolean used as trigger.
 
.androidx.wear.protolayout.expression.proto.DynamicBool condition = 1;

public DynamicProto.DynamicBool getCondition()

 Dynamic boolean used as trigger.
 
.androidx.wear.protolayout.expression.proto.DynamicBool condition = 1;

public static TriggerProto.OnConditionMetTrigger parseFrom(java.nio.ByteBuffer data)

public static TriggerProto.OnConditionMetTrigger parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTrigger parseFrom(com.google.protobuf.ByteString data)

public static TriggerProto.OnConditionMetTrigger parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTrigger parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTrigger parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTrigger parseDelimitedFrom(java.io.InputStream input)

public static TriggerProto.OnConditionMetTrigger parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TriggerProto.OnConditionMetTrigger parseFrom(com.google.protobuf.CodedInputStream input)

public static TriggerProto.OnConditionMetTrigger parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static TriggerProto.OnConditionMetTrigger getDefaultInstance()

public static <any> parser()