showRewardVideoAd method

Future<bool> showRewardVideoAd(
  1. String posId, {
  2. String? customData,
  3. String? userId,
})

展示激励视频广告 posId 广告位 id customData 设置服务端验证的自定义信息 userId 设置服务端验证的用户信息

Implementation

Future<bool> showRewardVideoAd(String posId,
    {String? customData, String? userId}) {
  throw UnimplementedError('showRewardVideoAd() has not been implemented.');
}