interface ThemeStatsAppVideoPlaybackFinishedEntryInfo {
    type: AppVideoPlaybackFinishedStatsEntry;
    appId: string;
    appVideoId: string;
    appVideoPlaybackDurationPercentage: number;
}

Properties

appId: string
appVideoId: string
appVideoPlaybackDurationPercentage: number