Android SDK Version


public interface DialogFeature
com.facebook.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.
Method Summary
Modifier and TypeMethodDescription
abstract StringgetAction() This method is for internal use only.
abstract IntegergetMinVersion() This method is for internal use only.
abstract Stringname() This method is for internal use only.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getAction

 abstract StringgetAction()
This method is for internal use only.

getMinVersion

 abstract IntegergetMinVersion()
This method is for internal use only.

name

 abstract Stringname()
This method is for internal use only.
For all Enums that implement this interface, the name() method (in Java) or the name property (in Kotlin) is already present. It returns the String representation of the Enum value, verbatim.