Package 

Enum MessageDialogFeature

  • 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

      Fields 
      Modifier and Type Field Description
      private int minVersion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      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 Type Method Description
      String getAction() This method is for internal use only.
      static Array<MessageDialogFeature> values()
      static MessageDialogFeature valueOf(String name)
      int getMinVersion() 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