AdTheme

@objc(YMAAdTheme)
public enum AdTheme : Int, Sendable

Ad theme.

  • Unspecified ad theme (same as device theme).

    Declaration

    Swift

    case unspecified
  • Light ad theme.

    Declaration

    Swift

    case light
  • Dark ad theme.

    Declaration

    Swift

    case dark