ParentBindingInterfaceForActivity

Interface for Activity binding lifecycle hooks.
Extends ParentBindingInterface to provide binding callbacks for Activities.

Activity 바인딩 생명주기 훅을 정의하는 인터페이스입니다.
ParentBindingInterface를 확장하여 Activity 전용 바인딩 콜백을 제공합니다.

Parameters

BINDING

The type of ViewBinding class.

ViewBinding 클래스 타입.

Inheritors

Functions

Link copied to clipboard
open fun onCreate(binding: BINDING, savedInstanceState: Bundle?)

Called when the binding is initialized in onCreate().
Implement setup logic that requires binding here.

onCreate에서 바인딩이 초기화된 후 호출됩니다.
바인딩이 필요한 초기화 로직을 여기서 수행하세요.

Link copied to clipboard
open fun onEventVmCollect(binding: BINDING)

Called to start collecting ViewModel events.
Typically invoked once per lifecycle (e.g., onCreate or onViewCreated).

ViewModel 이벤트 수집을 시작할 때 호출됩니다.
보통 생명주기 당 1회(onCreate 또는 onViewCreated) 호출됩니다.