Skip to content

Commit

Permalink
Release 3.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eros902002 committed Oct 7, 2024
1 parent cc441aa commit 4606b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 4606b42

Please sign in to comment.