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

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)