Open
Conversation
voltfmanSlava
requested changes
Feb 11, 2026
Java/app/src/main/java/com/taboola/sdk4example/sdk_classic/InterstitialFragment.java
Show resolved
Hide resolved
|
|
||
| //Taboola | ||
| implementation 'com.taboola:android-sdk:4.0.22' | ||
| implementation 'com.taboola:android-sdk-beta:4.0.24-rc1-502-a83c67def' //TODO: Change to the official SDK 4 version when it's ready. |
Collaborator
There was a problem hiding this comment.
@sanjacurcic-taboola make sure to change this to the official version and not beta
Kotlin/app/src/main/java/com/taboola/kotlin/examples/screens/classic/InterstitialFragment.kt
Show resolved
Hide resolved
| dependencies { | ||
| // Import Taboola SDK | ||
| implementation 'com.taboola:android-sdk:4.0.22' | ||
| implementation 'com.taboola:android-sdk-beta:4.0.24-rc1-502-a83c67def' //TODO: Change to the official SDK 4 version when it's ready. |
Collaborator
There was a problem hiding this comment.
@sanjacurcic-taboola don't forget to update this version to the official once it released.
3bebb53 to
bf268c2
Compare
Java/app/src/main/java/com/taboola/sdk4example/sdk_classic/InterstitialFragment.java
Outdated
Show resolved
Hide resolved
Kotlin/app/src/main/java/com/taboola/kotlin/examples/screens/classic/InterstitialFragment.kt
Outdated
Show resolved
Hide resolved
Kotlin/app/src/main/java/com/taboola/kotlin/examples/screens/classic/InterstitialFragment.kt
Outdated
Show resolved
Hide resolved
Collaborator
|
@sanjacurcic-taboola - Should we add a compose example for Interstitial? |
Author
|
@tomer-br-taboola Added Interstitial Compose screen. |
Collaborator
|
@sanjacurcic-taboola - It's great that you added a Compose screen for Interstitial. I wanted to ask if you synced on this with @SasaJov and made sure he has a SwiftUI equivalent? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Edit: Added the Interstitial Compose screen to the Kolin project.
Interstitial screens have been implemented in Java and Kotlin projects.
Java project:
Kotlin project:
Compose screen: