ExploreCategorySize

public enum ExploreCategorySize : String, Codable

List of available explore category size types.

Cases

  • Indicates that the explore category has the banner size.

    //   +-----------------------------------------------------+
    //   | +----------------------------------------+  +-------|
    //   |                                                     |
    //   | +----------------------------------------+  +-------|
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                    0                   |  |   1   |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | +----------------------------------------+  +-------|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case banner
  • Indicates that the explore category has the large size.

    //   +-----------------------------------------------------+
    //   | +----------------------------------------+  +-------|
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                    0                   |  |   1   |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | +----------------------------------------+  +-------|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case large
  • Indicates that the explore category has the medium size.

    //   +-----------------------------------------------------+
    //   | +----------------------------+  +-------------------|
    //   | |                            |  |                   |
    //   | |                            |  |                   |
    //   | |                            |  |                   |
    //   | |                            |  |                   |
    //   | |              0             |  |              1    |
    //   | |                            |  |                   |
    //   | |                            |  |                   |
    //   | |                            |  |                   |
    //   | +----------------------------+  +-------------------|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case medium
  • Indicates that the explore category has the small size.

    //   +-----------------------------------------------------+
    //   | +-------------+  +-------------+  +-------------+  +|
    //   | |             |  |             |  |             |  ||
    //   | |             |  |             |  |             |  ||
    //   | |             |  |             |  |             |  ||
    //   | |      0      |  |      1      |  |      2      |  ||
    //   | |             |  |             |  |             |  ||
    //   | |             |  |             |  |             |  ||
    //   | |             |  |             |  |             |  ||
    //   | |             |  |             |  |             |  ||
    //   | +-------------+  +-------------+  +-------------+  +|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case small
  • Indicates that the explore category has the upcoming size.

    //   +-----------------------------------------------------+
    //   | +-------------------------------------+  +----------|
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                  0                  |  |     1    |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | |                                     |  |          |
    //   | +-------------------------------------+  +----------|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case upcoming
  • Indicates that the explore category has the video size.

    //   +-----------------------------------------------------+
    //   | +----------------------------------------+  +-------|
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                    0                   |  |   1   |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | |                                        |  |       |
    //   | +----------------------------------------+  +-------|
    //   | +-------------+                             +-------|
    //   | |             |                             |       |
    //   | |             |                             |       |
    //   | |             |                             |       |
    //   | |      0      |                             |   1   |
    //   | |             |                             |       |
    //   | |             |                             |       |
    //   | |             |                             |       |
    //   | |             |                             |       |
    //   | +-------------+                             +-------|
    //   +-----------------------------------------------------+
    

    Declaration

    Swift

    case video