Android.App.Activity.ChangingConfigurations Property
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.

Syntax

[get: Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler")]
public virtual Android.Content.PM.ConfigChanges ChangingConfigurations { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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. Note that there is no guarantee that these will be accurate (other changes could have happened at any time), so you should only use this as an optimization hint.

[Android Documentation]

Requirements

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