Package-level declarations

Types

Link copied to clipboard

A base DialogFragment class that uses DataBinding and provides common functionality for data-bound dialogs.
Extends ParentBindingViewDialogFragment to inherit binding lifecycle and ViewModel event collection.

DataBinding을 사용하고 데이터 바인딩 다이얼로그에 대한 공통 기능을 제공하는 기본 DialogFragment 클래스입니다.
ParentBindingViewDialogFragment를 확장하여 바인딩 생명주기와 ViewModel 이벤트 수집을 상속받습니다.

Link copied to clipboard

A base DialogFragment class for DialogFragments that use ViewBinding.
Extends ParentBindingViewDialogFragment to provide common binding functionality.

ViewBinding을 사용하는 DialogFragment를 위한 기본 DialogFragment 클래스입니다.
ParentBindingViewDialogFragment를 상속받아 공통 바인딩 기능을 제공합니다.

Link copied to clipboard

Base DialogFragment with ViewBinding support and single-shot ViewModel event collection.
Manages binding lifecycle safely and resets onDestroyView().

ViewBinding 지원과 단일 ViewModel 이벤트 수집을 제공하는 기본 DialogFragment입니다.
바인딩 생명주기를 안전하게 관리하고 onDestroyView()에서 초기화합니다.