public enum MessageDialogFeature extends java.lang.Enum<MessageDialogFeature> implements com.facebook.internal.DialogFeature
| Enum Constant and Description |
|---|
MESSAGE_DIALOG
Indicates whether the native Message dialog itself is supported by the installed version of
the Facebook Messenger application.
|
MESSENGER_GENERIC_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger generic template
Content.
|
MESSENGER_MEDIA_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger media template
content.
|
MESSENGER_OPEN_GRAPH_MUSIC_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger open graph music
template content.
|
PHOTOS
Indicates whether the native Message dialog supports sharing of photo images.
|
VIDEO
Indicates whether the native Message dialog supports sharing of videos.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
This method is for internal use only.
|
int |
getMinVersion()
This method is for internal use only.
|
static MessageDialogFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageDialogFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageDialogFeature MESSAGE_DIALOG
public static final MessageDialogFeature PHOTOS
public static final MessageDialogFeature VIDEO
public static final MessageDialogFeature MESSENGER_GENERIC_TEMPLATE
public static final MessageDialogFeature MESSENGER_OPEN_GRAPH_MUSIC_TEMPLATE
public static final MessageDialogFeature MESSENGER_MEDIA_TEMPLATE
public static MessageDialogFeature[] values()
for (MessageDialogFeature c : MessageDialogFeature.values()) System.out.println(c);
public static MessageDialogFeature 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