Placement

public enum Placement : String, Codable, Sendable, Equatable

Banner placement

  • top

    Top

    Declaration

    Swift

    case top
  • Bottom

    Declaration

    Swift

    case bottom