ContentUpdateInfo

public class ContentUpdateInfo : NSObject

Undocumented

  • The content update type

    Declaration

    Swift

    public let type: ContentUpdateType
  • The item identifier

    Declaration

    Swift

    public let itemIdentifier: String?
  • The situational text to display before playing

    Declaration

    Swift

    public let situationalText: String?
  • Undocumented

    Declaration

    Swift

    public func isNewContent() -> Bool