GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeContentExtraInfo - Android

Extra information about the content before, during, or after ads, when available.

data class BlazeContentExtraInfo(
    val previous: Map<String, String>?,
    val current: Map<String, String>?,
    val next: Map<String, String>?,
)

Ads between Moments (IMA / custom native)

  • previous: Previous Moment extra info.
  • current: null.
  • next: Next Moment extra info.

Ads between Stories (IMA / custom native)

  • previous: Previous Story extra info.
  • current: null.
  • next: Next Story extra info.

Banner ads on Stories

  • previous: Previous Story extra info.
  • current: Current Story extra info.
  • next: Next Story extra info.

Ads between Stories pages (IMA / custom native)

  • previous: Previous page extra info.
  • current: Current Story extra info.
  • next: Next page extra info.

Videos (IMA)

  • previous: null.
  • current: Current Video extra info.
  • next: null.

Did this page help you?