newInstance

open fun newInstance(feedbackBottomSheetListener: FeedbackBottomSheetListener, duration: Long): FeedbackBottomSheet
open fun newInstance(feedbackBottomSheetListener: FeedbackBottomSheetListener, flowType: Int, duration: Long): FeedbackBottomSheet

Deprecated

New feedback design changes the flow. The original detail flow is deprecated.Please use FeedbackDetailsFragment.The parameter flowType will be ignored and this FeedbackBottomSheet will only perform the original main flow.