类分层结构
- java.lang.Object
- android.widget.BaseAdapter (implements android.widget.ListAdapter, android.widget.SpinnerAdapter)
- androidx.fragment.app.Fragment (implements android.content.ComponentCallbacks, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.savedstate.SavedStateRegistryOwner, android.view.View.OnCreateContextMenuListener, androidx.lifecycle.ViewModelStoreOwner)
- androidx.fragment.app.DialogFragment (implements android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnDismissListener)
- com.app.common.http.HttpMsg
- com.app.live.utils.StatHttpMsg
- com.app.user.account.SessionManager.BaseSessionHttpMsg2
- com.app.user.dialog.report.LiveReportUtil
- androidx.recyclerview.widget.RecyclerView.Adapter<VH>
- com.app.user.dialog.report.ImageVideoAdapter (implements android.view.View.OnClickListener)
- androidx.recyclerview.widget.RecyclerView.ViewHolder
- com.app.user.dialog.report.ReportMediaBean
- com.app.user.dialog.report.ReportModel (implements com.app.user.dialog.report.ReportContract.ReportModel)
- com.app.user.dialog.report.ReportPresenter (implements com.app.user.dialog.report.ReportContract.Presenter)
- com.app.user.dialog.report.RequestImageUploadAddressMessage.Result
接口分层结构