AmpChromecastConfig

public class AmpChromecastConfig: AmpConfig

Class to manage the Chromecast Config File

  • Returns the current URL used to config the module - returns String with the url

    Declaration

    Swift

    public func URL() -> String
  • Returns the current Title used to config the module - returns String with the title

    Declaration

    Swift

    public func Title() -> String
  • Returns the current Description used to config the module - returns String with the description

    Declaration

    Swift

    public func Description() -> String
  • Returns the current ThumbnailUrl used to config the module - returns String with the thumbnail url

    Declaration

    Swift

    public func ThumbnailUrl() -> String
  • Returns the current ThumbnailWidth used to config the module - returns String with the thumbnail width

    Declaration

    Swift

    public func ThumbnailWidth() -> Int
  • Returns the current ThumbnailHeight used to config the module - returns String with the thumbnail height

    Declaration

    Swift

    public func ThumbnailHeight() -> Int