The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
hello, I have tried many ways to implement rewarded video and open app of the Admob in Xamarin android(not forms) I succeeded to implement the banner and interstitial but for the rewarded and open app I have a problem anyone can share the code?
IJIrfana Jaffer Sadhik Syncfusion Team April 24, 2023 06:34 AM UTC
This query is not related to our Syncfusion product, We request you check the reported query with the Xamarin Microsoft forum
CTCodeStore TechnologiesMay 10, 2023 06:13 AM UTC
Implementing rewarded video and open app ads from Admob in Xamarin Android is a straightforward process. Follow these steps to add rewarded video and open app ads to your Xamarin Android app:
First, you need to integrate the Admob SDK into your Xamarin Android project. You can do this by adding the Google Play Services package to your project using NuGet
Once the SDK is integrated, create an instance of the Admob InterstitialAd class for rewarded video and open app ads.
Then, load the rewarded video and open app ads using the LoadAd method
To show the rewarded video ad, call the Show method
To show the open app ad, you can use the same InterstitialAd instance and ad unit ID, but call the Show method with an AdListener that overrides the OnAdClicked method.
IJIrfana Jaffer Sadhik Syncfusion Team May 11, 2023 04:53 AM UTC