Share via


Resources.Theme.ChangingConfigurations Property

Definition

Returns a bit mask of configuration changes that will impact this theme (and thus require completely reloading it).

public Android.Content.PM.ConfigChanges ChangingConfigurations { [Android.Runtime.Register("getChangingConfigurations", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getChangingConfigurations", "()I", "", ApiSince=23)>]
member this.ChangingConfigurations : Android.Content.PM.ConfigChanges

Property Value

a bit mask of configuration changes, as defined by ActivityInfo

Attributes

Remarks

Returns a bit mask of configuration changes that will impact this theme (and thus require completely reloading it).

Java documentation for android.content.res.Resources.Theme.getChangingConfigurations().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to