Enum MraidPlacementType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      INLINE

      the default ad placement that with content in the display.

      INTERSTITIAL

      the ad placement is over laid on top of content

    • Constructor Detail

    • Method Detail

      • valueOf

         final MraidPlacementType valueOf(String value)

        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.)

        Parameters:
        value - the key value to be processed by the MRAID script.
      • values

         final Array<MraidPlacementType> values()

        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.