class FooObserver : LifecycleObserver { @OnLifecycleEvent(Lifecycle.Event.ON_START) fun onStart() { Timber.e("onStart") } }.
確定! 回上一頁