setClipsSwipeableInterstitialAdUnit

fun setClipsSwipeableInterstitialAdUnit(resolver: (StorytellerAdRequestInfo.ClipsAdRequestInfo) -> String??)

Configures the opt-in Google NextGen swipeable-interstitial route for Clips.

This setting is independent of init and therefore composes with every synchronous or asynchronous standard GAM initialization overload. The resolver is evaluated for each explicit SWIPEABLE_INTERSTITIAL between-Clips attempt. Returning null or blank fails that route and continues to the next configured provider; passing null here disables the route. Stories, opening/pre-roll ads, bottom banners, Google's optional screen-hold timer, and custom click gestures are unaffected.

Swipeable requests receive the same consent-gated Storyteller and client key-value targeting as standard NextGen GAM requests.

Parameters

resolver

Per-request Clips ad-unit resolver, or null to disable swipeable attempts.