-
- All Implemented Interfaces:
-
androidx.drawerlayout.widget.DrawerLayout.DrawerListener
public class ReactDrawerLayoutManager.DrawerEventEmitter implements DrawerLayout.DrawerListener
-
-
Constructor Summary
Constructors Constructor Description ReactDrawerLayoutManager.DrawerEventEmitter(DrawerLayout drawerLayout, EventDispatcher eventDispatcher)
-
Method Summary
Modifier and Type Method Description void
onDrawerSlide(@NonNull() View view, float v)
void
onDrawerOpened(@NonNull() View view)
void
onDrawerClosed(@NonNull() View view)
void
onDrawerStateChanged(int i)
-
-
Constructor Detail
-
ReactDrawerLayoutManager.DrawerEventEmitter
ReactDrawerLayoutManager.DrawerEventEmitter(DrawerLayout drawerLayout, EventDispatcher eventDispatcher)
-
-
Method Detail
-
onDrawerSlide
void onDrawerSlide(@NonNull() View view, float v)
-
onDrawerOpened
void onDrawerOpened(@NonNull() View view)
-
onDrawerClosed
void onDrawerClosed(@NonNull() View view)
-
onDrawerStateChanged
void onDrawerStateChanged(int i)
-
-
-
-