WearableDrawerController

Added in 1.1.0

class WearableDrawerController


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

Summary

Public functions

Unit

Requests that the WearableDrawerView be closed.

Unit

Requests that the WearableDrawerView be opened.

Unit

Requests that the WearableDrawerView be peeked.

Public functions

closeDrawer

Added in 1.1.0
fun closeDrawer(): Unit

Requests that the WearableDrawerView be closed.

openDrawer

Added in 1.1.0
fun openDrawer(): Unit

Requests that the WearableDrawerView be opened.

peekDrawer

Added in 1.1.0
fun peekDrawer(): Unit

Requests that the WearableDrawerView be peeked.