ymx-gdt
    正在准备搜索索引...

    接口 RewardVideoData

    激励视频广告参数

    interface RewardVideoData {
        codeId: string;
        extraInfo?: string;
        userId?: string;
        volumeOn?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    codeId: string

    广告位 ID(POSID) 在开发者平台为媒体创建对应类型的广告位后获取

    extraInfo?: string

    附加信息,与 userId 一起用于服务器端奖励发放(S2S)回调

    userId?: string

    用户 ID,与 extraInfo 一起用于服务器端奖励发放(S2S)回调

    volumeOn?: boolean

    是否播放声音

    true