OSETVideoContentAd constructor

OSETVideoContentAd({
  1. required String adId,
  2. int rewardCount = 0,
  3. int rewardDownTime = 0,
})

Implementation

OSETVideoContentAd({
  required super.adId,
  int rewardCount = 0,
  int rewardDownTime = 0,
});