WearableDrawerController

Added in 1.1.0

public class WearableDrawerController


Provides the ability to manipulate a WearableDrawerView's position within a WearableDrawerLayout.

Summary

Public methods

void

Requests that the WearableDrawerView be closed.

void

Requests that the WearableDrawerView be opened.

void

Requests that the WearableDrawerView be peeked.

Public methods

closeDrawer

Added in 1.1.0
public void closeDrawer()

Requests that the WearableDrawerView be closed.

openDrawer

Added in 1.1.0
public void openDrawer()

Requests that the WearableDrawerView be opened.

peekDrawer

Added in 1.1.0
public void peekDrawer()

Requests that the WearableDrawerView be peeked.