menu
tapsell_mediation package
documentation
tapsell.dart
NativeAdViewHolder
registerAdView method
registerAdView method
dark_mode
light_mode
registerAdView
method
void
registerAdView
(
String
adId
,
NativeAdDispatch
adDispatch
)
Implementation
void registerAdView(String adId, NativeAdDispatch adDispatch) { _adViews[adId] = adDispatch; }
tapsell_mediation package
documentation
tapsell
NativeAdViewHolder
registerAdView method
NativeAdViewHolder class