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];