@UnstableApi
class CastParams


Contains Cast configuration options.

Options contained in this class can be passed to initialize in order to set up the Cast configuration as part of initialization, or to change the Cast configuration after initialization has completed.

Options set in this class take precedence over Cast options, such as DefaultCastOptionsProvider, or Manifest-provided Cast options. However, options not set in this class (modeled using null) fall back to Manifest-provided options, if available, or DefaultCastOptionsProvider options otherwise.

See also
initialize

Summary

Nested types

Builder for CastParams.

Constants

const CastParams!

Constants

DEFAULT

const val DEFAULTCastParams!

Public properties

receiverApplicationId

val receiverApplicationIdString?

remoteToLocalEnabled

val remoteToLocalEnabledBoolean?

showSystemOutputSwitcherOnCastButtonClick

val showSystemOutputSwitcherOnCastButtonClickBoolean?