Class DefaultSharingMenu

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setSharingEnabled(boolean isShareEnabled) Controls whether share action is enabled.
      boolean show() Shows action menu.
      void setPrintingEnabled(boolean isPrintingEnabled) Controls whether print action is enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setSharingEnabled

         void setSharingEnabled(boolean isShareEnabled)

        Controls whether share action is enabled.

      • show

         boolean show()

        Shows action menu.

        Returns:

        True is going to be shown.

      • setPrintingEnabled

         void setPrintingEnabled(boolean isPrintingEnabled)

        Controls whether print action is enabled.