GraviteRTBOptions

/**
 * GraviteRTB specific configurations
 */
class GraviteRTBOptions(
    /**
     * Boolean to force showing the SDK native close button even if the MRAID creative has one
     * If the MRAID creative has close button and ``forceCloseButtonForMraid`` is true, the MRAID creative would have 2 close buttons
     */
    var forceCloseButtonForMraid: Boolean?
)

Last updated