epoxy-adapter / com.airbnb.epoxy / Carousel / setDefaultGlobalSnapHelperFactory

setDefaultGlobalSnapHelperFactory

open static fun setDefaultGlobalSnapHelperFactory(@Nullable factory: Carousel.SnapHelperFactory?): Unit

Set a SnapHelperFactory instance to use with all Carousels by default. The created by the factory will be attached to each Carousel on view creation. Set null for no snap helper to be attached automatically.

A Carousel subclass can implement #getSnapHelperFactory() to override the global default.