The methods of Android.App.NativeActivity are listed below. For a list of all members, see the NativeActivity Members list.
See Also: Inherited members from Android.App.Activity
OnGlobalLayout()Callback method to be invoked when the global layout state or the visibility of views within the view tree changes | ||
OnInputQueueCreated(Android.Views.InputQueue)Called when the given InputQueue is now associated with the thread making this call, so it can start receiving events from it. | ||
OnInputQueueDestroyed(Android.Views.InputQueue)Called when the given InputQueue is no longer associated with the thread and thus not dispatching events. | ||
SurfaceChanged(Android.Views.ISurfaceHolder, Android.Graphics.Format, int, int)This is called immediately after any structural changes (format or size) have been made to the surface. | ||
SurfaceCreated(Android.Views.ISurfaceHolder)This is called immediately after the surface is first created. | ||
SurfaceDestroyed(Android.Views.ISurfaceHolder)This is called immediately before a surface is being destroyed. | ||
SurfaceRedrawNeeded(Android.Views.ISurfaceHolder)Called when the application needs to redraw the content of its surface, after it is resized or for some other reason. |