lifecycleOwner = this 라는 애도 있는데 구글 공식문서에서는 아래와 같이 설명하고 있습니다. A class that has an Android lifecycle. These events can be used by custom components to handle lifecycle changes without implementing any code inside the Activity or the Fragment. 즉, 라이프사이클 관리해주는 친구라고 생각해주시면 됩니다. - 참조 https://developer.android.com/reference/android/arch/lifecycle/LifecycleOwner