public enum

ActionProto.Action.ValueCase

extends java.lang.Enum<ActionProto.Action.ValueCase>

 java.lang.Object

↳java.lang.Enum<ActionProto.Action.ValueCase>

↳androidx.wear.protolayout.proto.ActionProto.Action.ValueCase

Summary

Enum Constants
LAUNCH_ACTION
LOAD_ACTION
VALUE_NOT_SET
Methods
public static ActionProto.Action.ValueCaseforNumber(int value)

public intgetNumber()

public static ActionProto.Action.ValueCasevalueOf(int value)

public static ActionProto.Action.ValueCasevalueOf(java.lang.String name)

public static ActionProto.Action.ValueCasevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

LAUNCH_ACTION

LOAD_ACTION

VALUE_NOT_SET

Methods

public static ActionProto.Action.ValueCase values()

public static ActionProto.Action.ValueCase valueOf(java.lang.String name)

public static ActionProto.Action.ValueCase valueOf(int value)

Deprecated: Use ActionProto.Action.ValueCase.forNumber(int) instead.

public static ActionProto.Action.ValueCase forNumber(int value)

public int getNumber()