No description

type YoutubeActivityMetadata implements ActivityMetadata {
  title: String!
  subject: [Identifier]
  date: Date
  percentageWatched: Int!
  contentType: ContentType!
}

Fields

title
String!

The title of the Youtube activity

subject
[Identifier]
List of identifiers associated with the activity’s subject.

date
Date

Date indicating the last time the Youtube video was played.

percentageWatched
Int!

An integer indicating what percentage of the entire video duration watched.

contentType
ContentType!
Enum denoting the type of the youtube activity

Interfaces

ActivityMetadata interface