Interface ViewStateListener


  • public interface ViewStateListener
    Listener interface to handle onOpen and onClose events of GetSocial views.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onClose()
      This method is invoked when GetSocial View closed.
      void onOpen()
      This method is invoked when GetSocial View opened.
    • Method Detail

      • onOpen

        void onOpen()
        This method is invoked when GetSocial View opened.
      • onClose

        void onClose()
        This method is invoked when GetSocial View closed.