다음을 통해 공유


UsageEvents.Event.Configuration Property

Definition

Returns a Configuration for this event if the event is of type #CONFIGURATION_CHANGE, otherwise it returns null.

public Android.Content.Res.Configuration? Configuration { [Android.Runtime.Register("getConfiguration", "()Landroid/content/res/Configuration;", "")] get; }
[<get: Android.Runtime.Register("getConfiguration", "()Landroid/content/res/Configuration;", "")>]
member this.Configuration : Android.Content.Res.Configuration

Property Value

Attributes

Remarks

Returns a Configuration for this event if the event is of type #CONFIGURATION_CHANGE, otherwise it returns null.

Java documentation for android.app.usage.UsageEvents.Event.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.

Applies to