Stay organized with collections
Save and categorize content based on your preferences.
WearableNavigationDrawer.NavigationStyle
public
static
abstract
@interface
WearableNavigationDrawer.NavigationStyle
implements
Annotation
android.support.wearable.view.drawer.WearableNavigationDrawer.NavigationStyle
|
This @interface is deprecated.
use the androidx.wear.widget.drawer.WearableNavigationDrawerView
provided
by the Jetpack Wear library instead.
Enumeration of possible drawer styles.
Summary
Constants
MULTI_PAGE
public static final int MULTI_PAGE
Constant Value:
1
(0x00000001)
SINGLE_PAGE
public static final int SINGLE_PAGE
Constant Value:
0
(0x00000000)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# WearableNavigationDrawer.NavigationStyle\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nWearableNavigationDrawer.NavigationStyle\n========================================\n\n\n`\npublic\nstatic\n\nabstract\n@interface\nWearableNavigationDrawer.NavigationStyle\n`\n\n\n`\n\n\nimplements\n\n`[Annotation](http://developer.android.com/reference/java/lang/annotation/Annotation.html)`\n\n\n`\n\n|-------------------------------------------------------------------------------|\n| android.support.wearable.view.drawer.WearableNavigationDrawer.NavigationStyle |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This @interface is deprecated.** \n\nuse the `androidx.wear.widget.drawer.WearableNavigationDrawerView` provided\nby the [Jetpack Wear](../../../../../../jetpack/androidx/releases/wear) library instead.\n\nEnumeration of possible drawer styles.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [MULTI_PAGE](../../../../../../reference/android/support/wearable/view/drawer/WearableNavigationDrawer.NavigationStyle.html#MULTI_PAGE) |\n| `int` | [SINGLE_PAGE](../../../../../../reference/android/support/wearable/view/drawer/WearableNavigationDrawer.NavigationStyle.html#SINGLE_PAGE) |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From interface ` `[java.lang.annotation.Annotation](http://developer.android.com/reference/java/lang/annotation/Annotation.html)` ` |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------| | ` abstract `[Class](http://developer.android.com/reference/java/lang/Class.html)`\u003c? extends `[Annotation](http://developer.android.com/reference/java/lang/annotation/Annotation.html)`\u003e` | ` annotationType() ` | | ` abstract boolean` | ` equals(`[Object](http://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` abstract int` | ` hashCode() ` | | ` abstract `[String](http://developer.android.com/reference/java/lang/String.html) | ` toString() ` | ||\n\nConstants\n---------\n\n### MULTI_PAGE\n\n```\npublic static final int MULTI_PAGE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### SINGLE_PAGE\n\n```\npublic static final int SINGLE_PAGE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]