-
- All Implemented Interfaces:
-
com.facebook.internal.DialogFeature,java.io.Serializable,java.lang.Comparable
public 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
Fields Modifier and Type Field Description private intminVersion
-
Enum Constant Summary
Enum Constants Enum Constant Description SHARE_DIALOGIndicates whether the native Share dialog itself is supported by the installed version of theFacebook application.
PHOTOSIndicates whether the native Share dialog supports sharing of photo images.
VIDEOIndicates whether the native Share dialog supports sharing of videos.
MULTIMEDIAIndicates whether the native Share dialog supports sharing of multimedia.
HASHTAGIndicates whether the native Share dialog supports hashtags
LINK_SHARE_QUOTESIndicates whether the native Share dialog supports quotes
-
Method Summary
Modifier and Type Method Description StringgetAction()This method is for internal use only. static Array<ShareDialogFeature>values()static ShareDialogFeaturevalueOf(String name)intgetMinVersion()This method is for internal use only. -
-
Method Detail
-
values
static Array<ShareDialogFeature> values()
-
valueOf
static ShareDialogFeature valueOf(String name)
-
getMinVersion
int getMinVersion()
This method is for internal use only.
-
-
-
-