TypedArray.ChangingConfigurations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a mask of the configuration parameters for which the values in this typed array may change.
public virtual int ChangingConfigurations { [Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler")] get; }
[<get: Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler")>]
member this.ChangingConfigurations : int
Property Value
Returns a mask of the changing configuration parameters, as
defined by android.content.pm.ActivityInfo
.
- Attributes
Exceptions
if the TypedArray has already been recycled.
Remarks
Return a mask of the configuration parameters for which the values in this typed array may change.
Java documentation for android.content.res.TypedArray.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.