MatchMedia
public struct MatchMedia : XMLRepresentable
Undocumented
-
Specifies the possible media types to match in a media match.
Declaration
Swift
public enum MatchType : String, Codable
-
A Boolean value indicating whether the media match is enabled.
Declaration
Swift
public var isEnabled: Bool
-
The rule to use for the media match.
Declaration
Swift
public var rule: Rule
-
The media type to match.
Declaration
Swift
public var type: MatchType