Resources.Configuration 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 the current configuration that is in effect for this resource object.
public virtual Android.Content.Res.Configuration? Configuration { [Android.Runtime.Register("getConfiguration", "()Landroid/content/res/Configuration;", "GetGetConfigurationHandler")] get; }
[<get: Android.Runtime.Register("getConfiguration", "()Landroid/content/res/Configuration;", "GetGetConfigurationHandler")>]
member this.Configuration : Android.Content.Res.Configuration
Property Value
The resource's current configuration.
- Attributes
Remarks
Return the current configuration that is in effect for this resource object. The returned object should be treated as read-only.
Java documentation for android.content.res.Resources.getConfiguration()
.
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.