Releases: ShaishavGandhi/RxAds
Releases · ShaishavGandhi/RxAds
1.0.2
1.0.0
Moving RxAds to stable. APIs are now finalized.
Bug Fixes
Kotlin Extensions
- Add Kotlin extensions to
AdLoader.Builder()
to load native ads.
Example:
val disposable = AdLoader.Builder(this, "ca-app-pub-3940256099942544/2247696110")
.loadInstallAd(AdRequest.Builder().build())
.subscribe({ installAd ->
}, { error ->
})
withNativeAdOptions
now is overriden and returnsRxAdLoader
which lets you use that operator and still reactively load ads.
UnifiedNativeAd
- Support UnifiedNativeAd
Update to Play Services 15
Update Play Services
This will be particularly useful since play-services-ads
releases will be independent of other play services releases. This will help RxAds in being in sync with ads part of play-services.
Alpha Release
Release 0.1.0 Signed-off-by: shaishavgandhi05 <[email protected]>