Configuration.Diff(Configuration) Method

Definition

Return a bit mask of the differences between this Configuration object and the given one.

[Android.Runtime.Register("diff", "(Landroid/content/res/Configuration;)I", "")]
public Android.Content.PM.ConfigChanges Diff (Android.Content.Res.Configuration? delta);
[<Android.Runtime.Register("diff", "(Landroid/content/res/Configuration;)I", "")>]
member this.Diff : Android.Content.Res.Configuration -> Android.Content.PM.ConfigChanges

Parameters

Returns

Returns a bit mask indicating which configuration values have changed.

Attributes

Remarks

Return a bit mask of the differences between this Configuration object and the given one. Does not change the values of either. Any undefined fields in <var>delta</var> are ignored.

Java documentation for android.content.res.Configuration.diff(android.content.res.Configuration).

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