GromoreAdInfo class

@Author: gstory

@CreateDate: 2022/8/12 18:30

@Email gstory0404@gmail.com

@Description: 广告加载相关信息

adnName ADN的名称,与平台配置一致,自定义ADN时为ADN唯一标识

customAdnName 自定义ADN的名称,与平台配置一致,非自定义ADN为nil

slotID 代码位

levelTag 价格标签,多阶底价下有效

ecpm 返回价格,nil为无权限

biddingType 广告类型

errorMsg 额外错误信息,一般为空(扩展字段)

requestID adn提供的真实广告加载ID,可为空

Constructors

GromoreAdInfo({String? adnName, String? customAdnName, String? slotID, String? levelTag, String? ecpm, int? biddingType, String? errorMsg, String? requestID})
GromoreAdInfo.fromJson(Map<String, dynamic> json)

Properties

adnName String?
getter/setter pair
biddingType int?
getter/setter pair
customAdnName String?
getter/setter pair
ecpm String?
getter/setter pair
errorMsg String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
levelTag String?
getter/setter pair
requestID String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotID String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited