public static enum UnifiedThread.EnumVideoType extends Enum<UnifiedThread.EnumVideoType>
| Enum Constant and Description |
|---|
NULL |
VALUE_FILE_ATTACHMENT |
VALUE_RECORDED_STICKER |
VALUE_RECORDED_VIDEO |
VALUE_SPEAKING_STICKER |
VALUE_VIDEO_MAIL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static UnifiedThread.EnumVideoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedThread.EnumVideoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedThread.EnumVideoType VALUE_FILE_ATTACHMENT
public static final UnifiedThread.EnumVideoType VALUE_RECORDED_VIDEO
public static final UnifiedThread.EnumVideoType VALUE_SPEAKING_STICKER
public static final UnifiedThread.EnumVideoType VALUE_RECORDED_STICKER
public static final UnifiedThread.EnumVideoType VALUE_VIDEO_MAIL
public static final UnifiedThread.EnumVideoType NULL
public static UnifiedThread.EnumVideoType[] values()
for (UnifiedThread.EnumVideoType c : UnifiedThread.EnumVideoType.values()) System.out.println(c);
public static UnifiedThread.EnumVideoType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<UnifiedThread.EnumVideoType>Copyright © 2018. All rights reserved.