{"id":10781,"date":"2024-08-27T17:16:34","date_gmt":"2024-08-27T15:16:34","guid":{"rendered":"https:\/\/refinery89.com\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/interstitial\/"},"modified":"2024-08-27T17:43:11","modified_gmt":"2024-08-27T15:43:11","slug":"interstitial","status":"publish","type":"docs","link":"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/ad-formats\/interstitial\/","title":{"rendered":"Interstitial"},"content":{"rendered":"<p data-renderer-start-pos=\"1\">Full-screen ads that cover the interface of an app until closed by the user. They&#8217;re best used at natural pauses in the flow of an app&#8217;s execution, such as in between levels of a game or just after completing a task.<\/p>\n<h1 id=\"Show-the-Ad\" data-renderer-start-pos=\"219\">Show the Ad<\/h1>\n<p data-renderer-start-pos=\"232\">Call <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">createInterstitial<\/code> method from <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">RefineryAdFactory<\/code> to display interstitial ads by providing the <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">configurationId<\/code>.<\/p>\n<div class=\"code-block\">\n<pre>R89SDK.adFactory.createInterstitial(\r\n    configurationId: ConfigBuilder.interstitialTestR89ConfigId);\r\n<\/pre>\n<\/div>\n<h1 id=\"Lifecycle-Events\" data-renderer-start-pos=\"453\">Lifecycle Events<\/h1>\n<p data-renderer-start-pos=\"471\">To receive lifecycle events, provide <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">InterstitialEventListener<\/code> to <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">R89SDK.adFactory.createInterstitial<\/code> via <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">lifecycleCallbacks<\/code> parameter. Details about <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">InterstitialEventListener<\/code> can be found in the <a class=\"cc-1rn59kg\" title=\"\/wiki\/spaces\/R8P\/pages\/528842754\" href=\"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-plugin\/code-reference\/\" target=\"_blank\" rel=\"noopener\" data-testid=\"link-with-safety\" data-renderer-mark=\"true\">Reference<\/a>.<\/p>\n<div class=\"code-block\">\n<pre>R89SDK.adFactory.createInterstitial(\r\n    configurationId: ConfigBuilder.interstitialTestR89ConfigId,\r\n    lifecycleCallbacks: InterstitialEventListener.callbacks(\r\n        onLoadedCallback: () {},\r\n        onOpenCallback: () {},\r\n        onImpressionCallback: () {},\r\n        onClickCallback: () {},\r\n        onFailedToLoadCallback: (error) {},\r\n        onAdFailedToShowFullScreenCallback: (error) {}));\r\n<\/pre>\n<\/div>\n<p data-renderer-start-pos=\"1089\">To receive an interstitial close event, provide the <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">afterInterstitial<\/code> callback to <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">R89SDK.adFactory.createInterstitial<\/code> method.<\/p>\n<div class=\"code-block\">\n<pre>R89SDK.adFactory.createInterstitial(\r\n  configurationId: ConfigBuilder.interstitialTestR89ConfigId,\r\n  lifecycleCallbacks: InterstitialEventListener.callbacks(\r\n      onLoadedCallback: () {},\r\n      ...\r\n      onAdFailedToShowFullScreenCallback: (error) {}),\r\n  afterInterstitial: () {\r\n      \/\/ Close event\r\n  },\r\n);\r\n<\/pre>\n<\/div>\n<p data-renderer-start-pos=\"1526\">Der <code class=\"code cc-1o5d2cw\" data-renderer-mark=\"true\">afterInterstitial<\/code> callback is not passed as a separate object like the other Events because it is mandatory to handle what happens after an Interstitial is closed.<br \/>\nThe following is invoked in the SDK when:<\/p>\n<ul>\n<li data-renderer-start-pos=\"1526\">The user just closed the full-screen ad.<\/li>\n<li data-renderer-start-pos=\"1526\">The ad failed to show.<\/li>\n<\/ul>","protected":false},"featured_media":0,"parent":10777,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-10781","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Interstitial | Refinery89<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/anzeigenformate\/interstitial\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Interstitial | Refinery89\" \/>\n<meta property=\"og:description\" content=\"Full-screen ads that cover the interface of an app until closed by the user. They&#8217;re best used at natural pauses in the flow of an app&#8217;s execution, such as in between levels of a game or just after completing a task. Show the Ad Call createInterstitial method from RefineryAdFactory to display interstitial ads by providing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/anzeigenformate\/interstitial\/\" \/>\n<meta property=\"og:site_name\" content=\"Refinery89\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Refinery89\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-27T15:43:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@refinery89\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/\",\"url\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/\",\"name\":\"Interstitial | Refinery89\",\"isPartOf\":{\"@id\":\"https:\/\/refinery89.com\/#website\"},\"datePublished\":\"2024-08-27T15:16:34+00:00\",\"dateModified\":\"2024-08-27T15:43:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/refinery89.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flutter &#8211; Monetize App SDK Documentation\",\"item\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Privat: User Guide\",\"item\":\"https:\/\/refinery89.com\/sv\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Ad Formats\",\"item\":\"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Interstitial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/refinery89.com\/#website\",\"url\":\"https:\/\/refinery89.com\/\",\"name\":\"Refinery89\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/refinery89.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/refinery89.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/refinery89.com\/#organization\",\"name\":\"Refinery89\",\"alternateName\":\"R89\",\"url\":\"https:\/\/refinery89.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/refinery89.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\",\"contentUrl\":\"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png\",\"width\":200,\"height\":200,\"caption\":\"Refinery89\"},\"image\":{\"@id\":\"https:\/\/refinery89.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Refinery89\/\",\"https:\/\/x.com\/refinery89\",\"https:\/\/www.linkedin.com\/company\/refinery89\/\",\"https:\/\/www.youtube.com\/@refinery89\",\"https:\/\/www.instagram.com\/refinery_89\/\",\"https:\/\/www.reddit.com\/user\/Refinery89\/\",\"https:\/\/share.google\/K8hFf3ktmUrTi1XCa\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Interstitial | Refinery89","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/anzeigenformate\/interstitial\/","og_locale":"de_DE","og_type":"article","og_title":"Interstitial | Refinery89","og_description":"Full-screen ads that cover the interface of an app until closed by the user. They&#8217;re best used at natural pauses in the flow of an app&#8217;s execution, such as in between levels of a game or just after completing a task. Show the Ad Call createInterstitial method from RefineryAdFactory to display interstitial ads by providing [&hellip;]","og_url":"https:\/\/refinery89.com\/de\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/anzeigenformate\/interstitial\/","og_site_name":"Refinery89","article_publisher":"https:\/\/www.facebook.com\/Refinery89\/","article_modified_time":"2024-08-27T15:43:11+00:00","og_image":[{"width":200,"height":200,"url":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@refinery89","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/","url":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/","name":"Interstitial | Refinery89","isPartOf":{"@id":"https:\/\/refinery89.com\/#website"},"datePublished":"2024-08-27T15:16:34+00:00","dateModified":"2024-08-27T15:43:11+00:00","breadcrumb":{"@id":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/interstitial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/refinery89.com\/"},{"@type":"ListItem","position":2,"name":"Flutter &#8211; Monetize App SDK Documentation","item":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/"},{"@type":"ListItem","position":3,"name":"Privat: User Guide","item":"https:\/\/refinery89.com\/sv\/"},{"@type":"ListItem","position":4,"name":"Ad Formats","item":"https:\/\/refinery89.com\/sv\/docs\/flutter-monetize-app-sdk-documentation\/user-guide\/annonsformat\/"},{"@type":"ListItem","position":5,"name":"Interstitial"}]},{"@type":"WebSite","@id":"https:\/\/refinery89.com\/#website","url":"https:\/\/refinery89.com\/","name":"Refinery89","description":"","publisher":{"@id":"https:\/\/refinery89.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/refinery89.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/refinery89.com\/#organization","name":"Refinery89","alternateName":"R89","url":"https:\/\/refinery89.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/refinery89.com\/#\/schema\/logo\/image\/","url":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","contentUrl":"https:\/\/refinery89.com\/wp-content\/uploads\/2025\/08\/r89-thumbnail.png","width":200,"height":200,"caption":"Refinery89"},"image":{"@id":"https:\/\/refinery89.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Refinery89\/","https:\/\/x.com\/refinery89","https:\/\/www.linkedin.com\/company\/refinery89\/","https:\/\/www.youtube.com\/@refinery89","https:\/\/www.instagram.com\/refinery_89\/","https:\/\/www.reddit.com\/user\/Refinery89\/","https:\/\/share.google\/K8hFf3ktmUrTi1XCa"]}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/docs\/10781","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/comments?post=10781"}],"version-history":[{"count":0,"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/docs\/10781\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/docs\/10777"}],"wp:attachment":[{"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/media?parent=10781"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/refinery89.com\/de\/wp-json\/wp\/v2\/doc_tag?post=10781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}