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

int MULTI_PAGE
int SINGLE_PAGE

Inherited methods

From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation> annotationType()
abstract boolean equals(Object arg0)
abstract int hashCode()
abstract String toString()

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.