Class SupportHelpFragment

    • Constructor Detail

      • SupportHelpFragment

        public SupportHelpFragment()
    • Method Detail

      • setPresenter

        public void setPresenter(SupportMvp.Presenter presenter)
        Sets the presenter which is used to communicate with the containing Activity. This method is called when the Fragment is first created, and also when the Activity is recreated, as in an orientation change, since the Fragment is retained (see setRetainInstance(true) in onCreate.
        Parameters:
        presenter - the presenter which is used to communicate with the containing Activity
      • onCreate

        public void onCreate(Bundle savedInstanceState)
      • onCreateView

        public View onCreateView(LayoutInflater inflater,
                                 ViewGroup container,
                                 Bundle savedInstanceState)