public enum ShareDialogFeature extends java.lang.Enum<ShareDialogFeature> implements DialogFeature
| Enum Constant and Description |
|---|
HASHTAG
Indicates whether the native Share dialog supports hashtags
|
LINK_SHARE_QUOTES
Indicates whether the native Share dialog supports quotes
|
MULTIMEDIA
Indicates whether the native Share dialog supports sharing of multimedia.
|
PHOTOS
Indicates whether the native Share dialog supports sharing of photo images.
|
SHARE_DIALOG
Indicates whether the native Share dialog itself is supported by the installed version of the
Facebook application.
|
VIDEO
Indicates whether the native Share dialog supports sharing of videos.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
This method is for internal use only.
|
int |
getMinVersion()
This method is for internal use only.
|
static ShareDialogFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShareDialogFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ShareDialogFeature SHARE_DIALOG
public static final ShareDialogFeature PHOTOS
public static final ShareDialogFeature VIDEO
public static final ShareDialogFeature MULTIMEDIA
public static final ShareDialogFeature HASHTAG
public static final ShareDialogFeature LINK_SHARE_QUOTES
public static ShareDialogFeature[] values()
for (ShareDialogFeature c : ShareDialogFeature.values()) System.out.println(c);
public static ShareDialogFeature valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getAction()
getAction in interface DialogFeaturepublic int getMinVersion()
getMinVersion in interface DialogFeature