-
- All Implemented Interfaces:
public abstract class Balloon.Factory
-
-
Constructor Summary
Constructors Constructor Description Balloon.Factory()
-
Method Summary
Modifier and Type Method Description abstract Ballooncreate(Context context, LifecycleOwner lifecycle)Creates a new instance of Balloon. -
-
Method Detail
-
create
abstract Balloon create(Context context, LifecycleOwner lifecycle)
Creates a new instance of Balloon.
-
-
-
-