VKPlaylistUpdateType

@objc
public enum VKPlaylistUpdateType : Int
  • Playlist has been updated (new videos added or removed)

    Declaration

    Swift

    case Update
  • Playlist was reset

    Declaration

    Swift

    case Reset