We use the userData field of the C structure to store an handle to

the associated App

Property definitions

android $ NativeAppGlue :: user_data
	# We use the `userData` field of the C structure to store an handle to
	# the associated App
	private fun user_data: App `{ return self->userData; `}
lib/android/native_app_glue.nit:323,2--325,56