类:NonceLoader

构造函数

NonceLoader

new NonceLoader(consentSettings)

参数

consentSettings

可选

与法规和用户意见征求相关的设置。

值不能为 null。

方法

loadNonceManager

loadNonceManager(request) returns Promise containing non-null NonceManager

参数

request

NonceRequest

包含所请求 Nonce 相关信息的请求。

值不能为 null。

返回

non-null Promise containing non-null NonceManager 当 NonceManager 具有包含所有出价前信息的加密 Nonce 时,就会解析的 promise。