Package tv.mycujoo.mclsui
Interface MLSComponent.Builder
-
- All Implemented Interfaces:
@Component.Builder() public interface MLSComponent.Builder
-
-
Method Summary
Modifier and Type Method Description abstract MLSComponent.BuilderbindContext(Context context)abstract MLSComponent.BuilderbindAnnotationView(IAnnotationView annotationView)abstract MLSComponentcreate()-
-
Method Detail
-
bindContext
@BindsInstance() abstract MLSComponent.Builder bindContext(Context context)
-
bindAnnotationView
@BindsInstance() abstract MLSComponent.Builder bindAnnotationView(IAnnotationView annotationView)
-
create
abstract MLSComponent create()
-
-
-
-