DrawerStateChangedEvent

constructor(surfaceId: Int, viewId: Int, drawerState: Int)


constructor(viewId: Int, drawerState: Int)

Deprecated

Use constructor with surfaceId

Replace with

DrawerStateChangedEvent(surfaceId, viewId, drawerState)