Skip to content

Commit

Permalink
Update connectors/uplynk/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Buelens <[email protected]>
  • Loading branch information
OlegRyz and MattiasBuelens authored Sep 9, 2024
1 parent 65b9bb8 commit f425cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/uplynk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Below are examples demonstrating how to do that:
```kotlin
fun logCurrentAd() {
val uplynkAd =
theoplayerView.player.ads.currentAds.firstOrNull()?.customData as UplynkAd? ?: return
theoplayerView.player.ads.currentAds.firstOrNull()?.customData as? UplynkAd ?: return
Log.d(
TAG, "UplynkAd: " +
"apiFramework = ${uplynkAd.apiFramework}, " +
Expand Down

0 comments on commit f425cc2

Please sign in to comment.