Configuration.UpdateFrom(Configuration) Method
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.
Copies the fields from delta into this Configuration object, keeping track of which ones have changed.
[Android.Runtime.Register("updateFrom", "(Landroid/content/res/Configuration;)I", "")]
public Android.Content.PM.ConfigChanges UpdateFrom (Android.Content.Res.Configuration delta);
[<Android.Runtime.Register("updateFrom", "(Landroid/content/res/Configuration;)I", "")>]
member this.UpdateFrom : Android.Content.Res.Configuration -> Android.Content.PM.ConfigChanges
Parameters
- delta
- Configuration
Returns
a bit mask of the changed fields, as per #diff
- Attributes
Remarks
Copies the fields from delta into this Configuration object, keeping track of which ones have changed. Any undefined fields in delta
are ignored and not copied in to the current 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.