Class FeedbackDialog

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    Rate My App is deprecated as of 1.10.0.1. See our open source alternative instead.

    @Deprecated
    public class FeedbackDialog
    extends ZendeskDialog
    This is a DialogFragment that allows the user to send feedback. It is designed to be used by the RateMyAppDialog component.

    The dialog contains a text entry area, a cancel button and a send button and the layout is defined by fragment_send_feedback.xml

    The text entry area controls the state of the send button. If there is no text entered it will be disabled and if there is at least one character it will be enabled.

    Feedback will be sent using an implementation of the FeedbackConnector interface which is supplied in the newInstance method.

    See Also:
    Serialized Form
    • Constructor Detail

      • FeedbackDialog

        public FeedbackDialog()
        Deprecated. 
    • Method Detail

      • setFeedbackListener

        public void setFeedbackListener(SubmissionListener feedbackListener)
        Deprecated. 
      • onCreate

        public void onCreate(Bundle savedInstanceState)
        Deprecated. 
        Overrides:
        onCreate in class ZendeskDialog
      • onCreateView

        public View onCreateView(LayoutInflater inflater,
                                 ViewGroup container,
                                 Bundle savedInstanceState)
        Deprecated. 
      • onDestroyView

        public void onDestroyView()
        Deprecated.