-
- All Implemented Interfaces:
-
com.facebook.internal.DialogFeature,java.io.Serializable,java.lang.Comparable
public enum AppInviteDialogFeature 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 APP_INVITES_DIALOG
-
Method Summary
Modifier and Type Method Description StringgetAction()static Array<AppInviteDialogFeature>values()static AppInviteDialogFeaturevalueOf(String name)intgetMinVersion()-
-
Method Detail
-
values
static Array<AppInviteDialogFeature> values()
-
valueOf
static AppInviteDialogFeature valueOf(String name)
-
getMinVersion
int getMinVersion()
-
-
-
-