Package com.skydoves.powermenu
Class CustomPowerMenu.Factory
-
- All Implemented Interfaces:
public abstract class CustomPowerMenu.Factory<T, E extends MenuBaseAdapter<T>>An abstract factory class for creating an instance of CustomPowerMenu.
A factory implementation class must have a non-argument constructor.
-
-
Constructor Summary
Constructors Constructor Description CustomPowerMenu.Factory()
-
Method Summary
Modifier and Type Method Description abstract CustomPowerMenu<T, E>create(@NonNull() Context context, @NonNull() LifecycleOwner lifecycle)returns an instance of CustomPowerMenu. -
-
Method Detail
-
create
@NonNull() abstract CustomPowerMenu<T, E> create(@NonNull() Context context, @NonNull() LifecycleOwner lifecycle)
returns an instance of CustomPowerMenu.
-
-
-
-