Package tv.mycujoo.mclscast.di
Interface MCLSCastComponent.Builder
-
- All Implemented Interfaces:
@Component.Builder() public interface MCLSCastComponent.Builder
-
-
Method Summary
Modifier and Type Method Description abstract MCLSCastComponent.BuilderbindMediaRouteButton(MediaRouteButton mediaRouteButton)abstract MCLSCastComponent.BuilderbindAppId(String appId)abstract MCLSCastComponent.BuilderbindCastContext(CastContext castContext)abstract MCLSCastComponent.BuilderbindRemotePlayerView(IRemotePlayerView remotePlayerView)abstract MCLSCastComponentbuild()-
-
Method Detail
-
bindMediaRouteButton
@BindsInstance() abstract MCLSCastComponent.Builder bindMediaRouteButton(MediaRouteButton mediaRouteButton)
-
bindAppId
@BindsInstance() abstract MCLSCastComponent.Builder bindAppId(String appId)
-
bindCastContext
@BindsInstance() abstract MCLSCastComponent.Builder bindCastContext(CastContext castContext)
-
bindRemotePlayerView
@BindsInstance() abstract MCLSCastComponent.Builder bindRemotePlayerView(IRemotePlayerView remotePlayerView)
-
build
abstract MCLSCastComponent build()
-
-
-
-