Package-level declarations
Types
Interface defining the binding lifecycle contract for UI components.
Ensures consistent binding initialization and ViewModel event collection across Activities and Fragments.
UI 컴포넌트의 바인딩 생명주기 계약을 정의하는 인터페이스입니다.
Activity/Fragment 전반에서 바인딩 초기화와 ViewModel 이벤트 수집을 일관되게 제공합니다.
Interface for Activity binding lifecycle hooks.
Extends ParentBindingInterface to provide binding callbacks for Activities.
Activity 바인딩 생명주기 훅을 정의하는 인터페이스입니다.
ParentBindingInterface를 확장하여 Activity 전용 바인딩 콜백을 제공합니다.
Interface for Fragment binding lifecycle hooks.
Extends ParentBindingInterface to provide binding callbacks for Fragments.
Fragment 바인딩 생명주기 훅을 정의하는 인터페이스입니다.
ParentBindingInterface를 확장하여 Fragment 전용 바인딩 콜백을 제공합니다.
Interface for layouts that support ViewBinding or DataBinding. Defines the contract for binding initialization and cleanup.