public abstract static class CustomPowerMenu.Factory
extends java.lang.Object
CustomPowerMenu.
A factory implementation class must have a non-argument constructor.
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
abstract CustomPowerMenu |
create(android.content.Context context,
androidx.lifecycle.LifecycleOwner lifecycle)
returns an instance of
CustomPowerMenu. |
@NonNull public abstract CustomPowerMenu create(@NonNull android.content.Context context, @NonNull androidx.lifecycle.LifecycleOwner lifecycle)
CustomPowerMenu.