BaseViewBindingActivity

constructor(inflate: (LayoutInflater) -> BINDING)

Parameters

BINDING

The type of ViewBinding class.

ViewBinding 클래스의 타입.

inflate

The inflate function reference for the ViewBinding class (e.g., ActivityMainBinding::inflate).

ViewBinding 클래스의 inflate 함수 참조 (예: ActivityMainBinding::inflate).