Enumerations

The following enumerations are available globally.

  • The factory class for module FLChromecast. This class has methods to create types exposed by this module.

    See more

    Declaration

    Swift

    public enum FLChromecastFactory
  • A type-erased JSON value that supports runtime metadata while preserving Codable support.

    See more

    Declaration

    Swift

    public enum JSONValue : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public enum JSONValueError : Error
  • Message type

    See more

    Declaration

    Swift

    public enum MessageType : String, Codable
  • Message origin

    See more

    Declaration

    Swift

    public enum MessageOrigin : String, Codable
  • Message names

    See more

    Declaration

    Swift

    public enum MessageName : String, Codable