onEventVmCollect

open override fun onEventVmCollect(binding: BINDING)

Collect ViewModel events here.
Use repeatOnLifecycle(Lifecycle.State.STARTED) to avoid duplicate collectors.

ViewModel 이벤트를 수집하는 훅입니다.
중복 수집 방지를 위해 repeatOnLifecycle(Lifecycle.State.STARTED)를 사용하세요.

Parameters

binding

The initialized ViewBinding instance.

초기화된 ViewBinding 인스턴스.