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


public enum ShareDialogFeature
extends Enum<ShareDialogFeature> 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 final Stringname
private final Integerordinal
Enum Constant Summary
Enum ConstantDescription
SHARE_DIALOG
Indicates whether the native Share dialog itself is supported by the installed version of the Facebook application.
PHOTOS
Indicates whether the native Share dialog supports sharing of photo images.
VIDEO
Indicates whether the native Share dialog supports sharing of videos.
MULTIMEDIA
Indicates whether the native Share dialog supports sharing of multimedia.
HASHTAG
Indicates whether the native Share dialog supports hashtags
LINK_SHARE_QUOTES
Indicates whether the native Share dialog supports quotes
Method Summary
Modifier and TypeMethodDescription
StringgetAction() This method is for internal use only.
IntegergetMinVersion() This method is for internal use only.
final StringgetName()
final IntegergetOrdinal()
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.

getMinVersion

IntegergetMinVersion()
This method is for internal use only.

getName

 final StringgetName()

getOrdinal

 final IntegergetOrdinal()