public enum AppInviteDialogFeature extends java.lang.Enum<AppInviteDialogFeature> implements com.facebook.internal.DialogFeature
| Enum Constant and Description |
|---|
APP_INVITES_DIALOG |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction() |
int |
getMinVersion() |
static AppInviteDialogFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppInviteDialogFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppInviteDialogFeature APP_INVITES_DIALOG
public static AppInviteDialogFeature[] values()
for (AppInviteDialogFeature c : AppInviteDialogFeature.values()) System.out.println(c);
public static AppInviteDialogFeature 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 getAction()
getAction in interface com.facebook.internal.DialogFeaturepublic int getMinVersion()
getMinVersion in interface com.facebook.internal.DialogFeature