Package com.bluebillywig.bbnativeplayersdk

Contains Native Player view class and -factory.

Types

BBNativePlayer
Link copied to clipboard
class BBNativePlayer
BBNativePlayer offers static factory functions for creating the views that do the actual work
BBNativePlayerAPI
Link copied to clipboard
class BBNativePlayerAPI(playerView: BBNativePlayerView)
BBNativePlayerAPI is the convenience API, accessible via BBNativePlayerView::player.
BBNativePlayerView
Link copied to clipboard
class BBNativePlayerView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : FrameLayout, EventListenerInterface
BBNativePlayerView is what you place in your layout.
BBNativePlayerViewDelegate
Link copied to clipboard
interface BBNativePlayerViewDelegate
BBNativePlayerViewDelegate is what you implement to act as BBNativePlayerView's delegate.
ChromecastMiniControlsView
Link copied to clipboard
class ChromecastMiniControlsView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : ConstraintLayout
ChromecastMiniControlsView is what you place in your layout and will become visible when a cast session is detected.