The properties of Android.App.Activity are listed below. For a list of all members, see the Activity Members list.
See Also: Inherited members from Android.Views.ContextThemeWrapper
[read-only] | ActionBar | ActionBar. Retrieve a reference to this activity's ActionBar. |
[read-only] | Application | Application. Return the application that owns this activity. |
[read-only] | CallingActivity | Android.Content.ComponentName. Return the name of the activity that invoked this activity. |
[read-only] | CallingPackage | string. Return the name of the package that invoked this activity. |
[read-only] | ChangingConfigurations | Android.Content.PM.ConfigChanges. If this activity is being destroyed because it can not handle a configuration parameter being changed (and thus its Activity.OnConfigurationChanged(Android.Content.Res.Configuration) method is not being called), then you can use this method to discover the set of changes that have occurred while in the process of being destroyed. |
[read-only] | ComponentName | Android.Content.ComponentName. Returns complete component name of this activity. |
[read-only] | ContentScene | Android.Transitions.Scene. Retrieve the Android.Transitions.Scene representing this window's current content. |
ContentTransitionManager | Android.Transitions.TransitionManager. Retrieve the Android.Transitions.TransitionManager responsible for default transitions in this window. | |
[read-only] | CurrentFocus | Android.Views.View. Calls Android.Views.Window.CurrentFocus on the Window of this Activity to return the currently focused view. |
[read-only] | FragmentManager | FragmentManager. Return the FragmentManager for interacting with fragments associated with this activity. |
[read-only] | HasWindowFocus | bool. Returns true if this activity's main window currently has window focus. |
Immersive | bool. Bit indicating that this activity is "immersive" and should not be interrupted by notifications if possible. | |
[read-only] static | InstanceCount | long. Documentation for this section has not yet been entered. |
Intent | Android.Content.Intent. Return the intent that started this activity. | |
[read-only] | IsChangingConfigurations | bool. Check to see whether this activity is in the process of being destroyed in order to be recreated with a new configuration. |
[read-only] | IsChild | bool. Is this activity embedded inside of another activity? |
[read-only] | IsDestroyed | bool. Returns true if the final Activity.OnDestroy call has been made on the Activity, so this instance is now dead. |
[read-only] | IsFinishing | bool. Check to see whether this activity is in the process of finishing, either because you called Activity.Finish on it or someone else has requested that it finished. |
[read-only] | IsTaskRoot | bool. Return whether this activity is the root of a task. |
[read-only] | LastNonConfigurationInstance | Java.Lang.Object. Retrieve the non-configuration instance data that was previously returned by Activity.OnRetainNonConfigurationInstance. |
[read-only] | LayoutInflater | Android.Views.LayoutInflater. Convenience for calling Android.Views.Window.LayoutInflater. |
[read-only] | LoaderManager | LoaderManager. Return the LoaderManager for this activity, creating it if needed. |
[read-only] | LocalClassName | string. Returns class name for this activity with the package prefix removed. |
MediaController | Android.Media.Session.MediaController. Gets the controller which should be receiving media key and volume events while this activity is in the foreground. | |
[read-only] | MenuInflater | Android.Views.MenuInflater. Returns a Android.Views.MenuInflater with this context. |
[read-only] | Parent | Activity. Return the parent activity if this view is an embedded child. |
[read-only] | ParentActivityIntent | Android.Content.Intent. Obtain an Android.Content.Intent that will launch an explicit target activity specified by this activity's logical parent. |
RequestedOrientation | Android.Content.PM.ScreenOrientation. Return the current requested orientation of the activity. | |
[read-only] | TaskId | int. Return the identifier of the task this activity is in. |
Title | string. Documentation for this section has not yet been entered. | |
TitleColor | Android.Graphics.Color. | |
TitleFormatted | Java.Lang.ICharSequence. | |
VolumeControlStream | Android.Media.Stream. Gets the suggested audio stream whose volume should be changed by the hardware volume controls. | |
[read-only] | Window | Android.Views.Window. Retrieve the current Android.Views.Window for the activity. |
[read-only] | WindowManager | Android.Views.IWindowManager. Retrieve the window manager for showing custom windows. |
[read-only] static | FocusedStateSet | IList<int>. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |