Android.Content.Res.Configuration.NeedNewResources Method
Determine if a new resource needs to be loaded from the bit set of configuration changes returned by Configuration.UpdateFrom(Configuration).

Syntax

[Android.Runtime.Register("needNewResources", "(II)Z", "")]
public static bool NeedNewResources ([Android.Runtime.GeneratedEnum] Android.Content.PM.ConfigChanges configChanges, [Android.Runtime.GeneratedEnum] Android.Content.PM.ConfigChanges interestingChanges)

Parameters

configChanges
The mask of changes configurations as returned by Configuration.UpdateFrom(Configuration).
interestingChanges
The configuration changes that the resource can handled, as given in Android.Util.TypedValue.ChangingConfigurations.

Returns

Documentation for this section has not yet been entered.

Remarks

Determine if a new resource needs to be loaded from the bit set of configuration changes returned by Configuration.UpdateFrom(Configuration).

[Android Documentation]

Requirements

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