public enum SDKShareIntentEnum extends java.lang.Enum<SDKShareIntentEnum>
| Modifier and Type | Method and Description |
|---|---|
static SDKShareIntentEnum |
fromString(java.lang.String intentType) |
java.lang.String |
toString() |
static java.lang.String |
validate(java.lang.String intentType) |
static SDKShareIntentEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDKShareIntentEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDKShareIntentEnum INVITE
public static final SDKShareIntentEnum REQUEST
public static final SDKShareIntentEnum CHALLENGE
public static final SDKShareIntentEnum SHARE
public static SDKShareIntentEnum[] values()
for (SDKShareIntentEnum c : SDKShareIntentEnum.values()) System.out.println(c);
public static SDKShareIntentEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<SDKShareIntentEnum>@Nullable public static java.lang.String validate(java.lang.String intentType)
@Nullable public static SDKShareIntentEnum fromString(java.lang.String intentType)