export interface RewardedVideoAdCloseEvent { /** * 用户是否完整观看了激励视频广告 */ isEnded: boolean; }