AmpChromecastConfig

open class AmpChromecastConfig: AmpConfig

Class to manage the Chromecast Config File

  • Returns the current URL used to config the module

    Declaration

    Swift

    open func URL() -> String
  • Returns the current Title used to config the module

    Declaration

    Swift

    open func Title() -> String
  • Returns the current Description used to config the module

    Declaration

    Swift

    open func Description() -> String
  • Returns the current ThumbnailUrl used to config the module

    Declaration

    Swift

    open func ThumbnailUrl() -> String
  • Returns the current ThumbnailWidth used to config the module

    Declaration

    Swift

    open func ThumbnailWidth() -> Int
  • Returns the current ThumbnailHeight used to config the module

    Declaration

    Swift

    open func ThumbnailHeight() -> Int