Package 

Interface DialogFeature


  • 
    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 Type Method Description
      abstract String getAction() This method is for internal use only.
      abstract int getMinVersion() This method is for internal use only.
      abstract String name() 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 String getAction()

        This method is for internal use only.

      • getMinVersion

         abstract int getMinVersion()

        This method is for internal use only.

      • name

         abstract String name()

        This method is for internal use only.

        For all Enums that implement this interface, the name() method is already present. Itreturns the String representation of the Enum value, verbatim.