Notification from Android, the activity has been paused

Followed by on_resume or on_stop.

Property definitions

android $ Activity :: on_pause
	# Notification from Android, the activity has been paused
	#
	# Followed by `on_resume` or `on_stop`.
	fun on_pause do app.on_pause
lib/android/nit_activity.nit:256,2--259,29