FacebookDialog.ShareDialogFeature
Esta clase no está disponible en la última versión del SDK.
Existe una versión más reciente de esta clase. Consulta la última versión.

Defines a set of features that may be supported by the native Share dialog exposed by the Facebook application. As additional features are added, these flags may be passed to FacebookDialog.canPresentShareDialog(android.content.Context, com.facebook.widget.FacebookDialog.ShareDialogFeature...) to determine whether the version of the Facebook application installed on the user's device is recent enough to support specific features, which in turn may be used to determine which UI, etc., to present to the user.

Hereda de:Enum
Implementa:DialogFeature
Paquete:widget
Métodos de clase
values()
public static ShareDialogFeature values()
valueOf(String)
public static ShareDialogFeature valueOf(String name)
ParámetroDescripción
name
Métodos de instancia
getAction()

This method is for internal use only.

public String getAction()
getAction()

This method is for internal use only.

public String getAction()
getMinVersion()

This method is for internal use only.

public int getMinVersion()
getMinVersion()

This method is for internal use only.

public int getMinVersion()
Constantes
SHARE_DIALOG
Indicates whether the native Share dialog itself is supported by the installed version of the Facebook application.
public static final ShareDialogFeature SHARE_DIALOG
PHOTOS
Indicates whether the native Share dialog supports sharing of photo images.
public static final ShareDialogFeature PHOTOS
VIDEO
Indicates whether the native Share dialog supports sharing of videos.
public static final ShareDialogFeature VIDEO