Android.App.Activity: Property Members

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

Public Properties

[read-only]
ActionBarActionBar. Retrieve a reference to this activity's ActionBar.
[read-only]
ApplicationApplication. Return the application that owns this activity.
[read-only]
CallingActivityAndroid.Content.ComponentName. Return the name of the activity that invoked this activity.
[read-only]
CallingPackagestring. Return the name of the package that invoked this activity.
[read-only]
ChangingConfigurationsAndroid.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]
ComponentNameAndroid.Content.ComponentName. Returns complete component name of this activity.
[read-only]
ContentSceneAndroid.Transitions.Scene. Retrieve the Android.Transitions.Scene representing this window's current content.
ContentTransitionManagerAndroid.Transitions.TransitionManager. Retrieve the Android.Transitions.TransitionManager responsible for default transitions in this window.
[read-only]
CurrentFocusAndroid.Views.View. Calls Android.Views.Window.CurrentFocus on the Window of this Activity to return the currently focused view.
[read-only]
FragmentManagerFragmentManager. Return the FragmentManager for interacting with fragments associated with this activity.
[read-only]
HasWindowFocusbool. Returns true if this activity's main window currently has window focus.
Immersivebool. Bit indicating that this activity is "immersive" and should not be interrupted by notifications if possible.
[read-only]
static
InstanceCountlong. Documentation for this section has not yet been entered.
IntentAndroid.Content.Intent. Return the intent that started this activity.
[read-only]
IsChangingConfigurationsbool. Check to see whether this activity is in the process of being destroyed in order to be recreated with a new configuration.
[read-only]
IsChildbool. Is this activity embedded inside of another activity?
[read-only]
IsDestroyedbool. Returns true if the final Activity.OnDestroy call has been made on the Activity, so this instance is now dead.
[read-only]
IsFinishingbool. 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]
IsTaskRootbool. Return whether this activity is the root of a task.
[read-only]
LastNonConfigurationInstanceJava.Lang.Object. Retrieve the non-configuration instance data that was previously returned by Activity.OnRetainNonConfigurationInstance.
[read-only]
LayoutInflaterAndroid.Views.LayoutInflater. Convenience for calling Android.Views.Window.LayoutInflater.
[read-only]
LoaderManagerLoaderManager. Return the LoaderManager for this activity, creating it if needed.
[read-only]
LocalClassNamestring. Returns class name for this activity with the package prefix removed.
MediaControllerAndroid.Media.Session.MediaController. Gets the controller which should be receiving media key and volume events while this activity is in the foreground.
[read-only]
MenuInflaterAndroid.Views.MenuInflater. Returns a Android.Views.MenuInflater with this context.
[read-only]
ParentActivity. Return the parent activity if this view is an embedded child.
[read-only]
ParentActivityIntentAndroid.Content.Intent. Obtain an Android.Content.Intent that will launch an explicit target activity specified by this activity's logical parent.
RequestedOrientationAndroid.Content.PM.ScreenOrientation. Return the current requested orientation of the activity.
[read-only]
TaskIdint. Return the identifier of the task this activity is in.
Titlestring. Documentation for this section has not yet been entered.
TitleColorAndroid.Graphics.Color.
TitleFormattedJava.Lang.ICharSequence.
VolumeControlStreamAndroid.Media.Stream. Gets the suggested audio stream whose volume should be changed by the hardware volume controls.
[read-only]
WindowAndroid.Views.Window. Retrieve the current Android.Views.Window for the activity.
[read-only]
WindowManagerAndroid.Views.IWindowManager. Retrieve the window manager for showing custom windows.

Protected Properties

[read-only]
static
FocusedStateSetIList<int>.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.