Window.GetDefaultFeatures(Context) Method

Definition

Return the feature bits set by default on a window.

[Android.Runtime.Register("getDefaultFeatures", "(Landroid/content/Context;)I", "", ApiSince=22)]
public static Android.Views.WindowFeatures GetDefaultFeatures (Android.Content.Context? context);
[<Android.Runtime.Register("getDefaultFeatures", "(Landroid/content/Context;)I", "", ApiSince=22)>]
static member GetDefaultFeatures : Android.Content.Context -> Android.Views.WindowFeatures

Parameters

context
Context

The context used to access resources

Returns

Attributes

Remarks

Return the feature bits set by default on a window.

Java documentation for android.view.Window.getDefaultFeatures(android.content.Context).

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