Package com.cheetahdigital.feedback.ui
-
Interface Summary Interface Description FeedbackView The view to be implemented forFeedbackFragment
-
Class Summary Class Description FeedbackActivity Activity which acts as a container forFeedbackFragment
Can receive the following intent extra:IntentKey.PRIMARY_PARAMS
=FeedbackParams
to use forFeedbackParams
FeedbackFragment<V extends FeedbackView,P extends FeedbackPresenter<V>> This fragment shows theFeedbackFragment
Can receive the following intent extra:IntentKey.PRIMARY_PARAMS
=FeedbackParams
to use forFeedbackAPI
FeedbackFragment.SUCCESS_MESSAGE_TITLE
= custom title for the success messageFeedbackFragment.SUCCESS_MESSAGE
= success messageFeedbackPresenter<T extends FeedbackView> Presenter class forFeedbackFragment