-
- All Implemented Interfaces:
-
com.facebook.internal.DialogFeature,java.io.Serializable,java.lang.Comparable
public enum MessageDialogFeature implements DialogFeaturecom.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Field Summary
Fields Modifier and Type Field Description private intminVersion
-
Enum Constant Summary
Enum Constants Enum Constant Description MESSAGE_DIALOGIndicates whether the native Message dialog itself is supported by the installed version of theFacebook Messenger application.
PHOTOSIndicates whether the native Message dialog supports sharing of photo images.
VIDEOIndicates whether the native Message dialog supports sharing of videos.
MESSENGER_GENERIC_TEMPLATEIndicates whether the native Message dialog supports sharing of Messenger generic templateContent.
MESSENGER_OPEN_GRAPH_MUSIC_TEMPLATEIndicates whether the native Message dialog supports sharing of Messenger open graph musictemplate content.
MESSENGER_MEDIA_TEMPLATEIndicates whether the native Message dialog supports sharing of Messenger media templatecontent.
-
Method Summary
Modifier and Type Method Description StringgetAction()This method is for internal use only. static Array<MessageDialogFeature>values()static MessageDialogFeaturevalueOf(String name)intgetMinVersion()This method is for internal use only. -
-
Method Detail
-
values
static Array<MessageDialogFeature> values()
-
valueOf
static MessageDialogFeature valueOf(String name)
-
getMinVersion
int getMinVersion()
This method is for internal use only.
-
-
-
-