BannerViewLayoutType

Enumeration defining different layout types for banner views. Only for NDA module, some banner support MRAID spec.

With fluid spec, banner size will fit into window.

Entries

Link copied to clipboard

Fixed size banner layout. The banner maintains a constant size regardless of the container.

Link copied to clipboard

Fluid width banner layout. The banner width adjusts to fit the container width.

Link copied to clipboard

Fluid height banner layout. The banner height adjusts to fit the container height.

Link copied to clipboard

Fully fluid banner layout. Both width and height adjust to fit the container.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.