Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created July 20, 2022 09:16
Show Gist options
  • Save cp-radhika-s/04152ebebf8c8dc8b33a006efcc1d31a to your computer and use it in GitHub Desktop.
Save cp-radhika-s/04152ebebf8c8dc8b33a006efcc1d31a to your computer and use it in GitHub Desktop.
override fun onResume() {
super.onResume()
engine.lifecycleChannel.appIsResumed()
}
override fun onPause() {
super.onPause()
engine.lifecycleChannel.appIsPaused()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment