Android SDK Version
All Implemented Interfaces:
com.facebook.internal.DialogFeature , java.io.Serializable , java.lang.Comparable


public enum MessageDialogFeature
 implements DialogFeature
com.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
Modifier and TypeFieldDescription
private intminVersion
Enum Constant Summary
Enum ConstantDescription
MESSAGE_DIALOG
Indicates whether the native Message dialog itself is supported by the installed version of theFacebook Messenger application.
PHOTOS
Indicates whether the native Message dialog supports sharing of photo images.
VIDEO
Indicates whether the native Message dialog supports sharing of videos.
MESSENGER_GENERIC_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger generic templateContent.
MESSENGER_OPEN_GRAPH_MUSIC_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger open graph musictemplate content.
MESSENGER_MEDIA_TEMPLATE
Indicates whether the native Message dialog supports sharing of Messenger media templatecontent.
Method Summary
Modifier and TypeMethodDescription
StringgetAction() This method is for internal use only.
static Array<MessageDialogFeature>values()
static MessageDialogFeaturevalueOf(String name)
intgetMinVersion() This method is for internal use only.
Methods inherited from class com.facebook.internal.DialogFeature
getAction, getMinVersion, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getAction

StringgetAction()
This method is for internal use only.

valueOf

 static MessageDialogFeaturevalueOf(String name)

getMinVersion

 int getMinVersion()
This method is for internal use only.