YFAdsCallBack constructor

const YFAdsCallBack({
  1. @required String? method,
  2. String? error,
  3. String? viewId,
  4. @required String? adType,
  5. String? ecpm,
  6. @required String? tag,
  7. String? adnID,
  8. String? rid,
  9. Map<String, dynamic>? extraInfo,
})

Implementation

const YFAdsCallBack(
    {@required this.method,
    this.error,
    this.viewId,
    @required this.adType,
    this.ecpm,
    @required this.tag,
    this.adnID,
    this.rid,
    this.extraInfo});