public static enum ZrtpControlImpl.ZRTPCustomInfoCodes extends Enum<ZrtpControlImpl.ZRTPCustomInfoCodes>
| Enum Constant and Description |
|---|
ZRTPDisabledByCallEnd |
ZRTPEnabledByDefault |
ZRTPEngineInitFailure |
ZRTPNotEnabledByUser |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpControlImpl.ZRTPCustomInfoCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZrtpControlImpl.ZRTPCustomInfoCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZrtpControlImpl.ZRTPCustomInfoCodes ZRTPDisabledByCallEnd
public static final ZrtpControlImpl.ZRTPCustomInfoCodes ZRTPEnabledByDefault
public static final ZrtpControlImpl.ZRTPCustomInfoCodes ZRTPEngineInitFailure
public static final ZrtpControlImpl.ZRTPCustomInfoCodes ZRTPNotEnabledByUser
public static ZrtpControlImpl.ZRTPCustomInfoCodes[] values()
for (ZrtpControlImpl.ZRTPCustomInfoCodes c : ZrtpControlImpl.ZRTPCustomInfoCodes.values()) System.out.println(c);
public static ZrtpControlImpl.ZRTPCustomInfoCodes 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 nullCopyright © 2021 jitsi.org. All rights reserved.