From 4606b42c60389b5c2214437fd369e2bd9b28b3fc Mon Sep 17 00:00:00 2001 From: Eros Garcia Ponte Date: Mon, 7 Oct 2024 21:15:28 +0200 Subject: [PATCH] Release 3.1.1.0 --- GoogleMobileAdsAdapters/GAD/HyBidGADInterstitialCustomEvent.m | 2 +- GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GoogleMobileAdsAdapters/GAD/HyBidGADInterstitialCustomEvent.m b/GoogleMobileAdsAdapters/GAD/HyBidGADInterstitialCustomEvent.m index 6cc51e1..c8b2cba 100644 --- a/GoogleMobileAdsAdapters/GAD/HyBidGADInterstitialCustomEvent.m +++ b/GoogleMobileAdsAdapters/GAD/HyBidGADInterstitialCustomEvent.m @@ -1,5 +1,5 @@ // -// Copyright © 2024 PubNative. All rights reserved. +// Copyright © 2020 PubNative. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m b/GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m index 68a62f8..8a94eac 100644 --- a/GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m +++ b/GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m @@ -78,7 +78,7 @@ - (void)loadInterstitialForAdConfiguration:(GADMediationInterstitialAdConfigurat } self.interstitialPresenter = [self.interstitalPresenterFactory createInterstitalPresenterWithAd:self.ad - withVideoSkipOffset:videoSkipOffset.offset.integerValue + withVideoSkipOffset:videoSkipOffset withHTMLSkipOffset:htmlSkipOffset.offset.integerValue withCloseOnFinish:closeOnFinish withDelegate:self];