VKPlaylistDelegate
@objc
public protocol VKPlaylistDelegate : AnyObject
-
Called after new videos where loaded from the video.io backend
Declaration
Swift
@objc optional func loaded(videos: [VKVideo])
-
Called after playlist has been updated
Declaration
Swift
@objc optional func updated(updatedIndexes: [Int], type: VKPlaylistUpdateType)