Android.App.Activity.IsChangingConfigurations Property
Check to see whether this activity is in the process of being destroyed in order to be recreated with a new configuration.

Syntax

[get: Android.Runtime.Register("isChangingConfigurations", "()Z", "GetIsChangingConfigurationsHandler")]
public virtual bool IsChangingConfigurations { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Check to see whether this activity is in the process of being destroyed in order to be recreated with a new configuration. This is often used in Activity.OnStop to determine whether the state needs to be cleaned up or will be passed on to the next instance of the activity via Activity.OnRetainNonConfigurationInstance.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11