Name

public extension Notification.Name

Defines a set of notifications events that VKit is firing

  • Declaration

    Swift

    static let VKVideoCreated: Notification.Name
  • Declaration

    Swift

    static let VKVideoUpdated: Notification.Name
  • Declaration

    Swift

    static let VKVideoDeleted: Notification.Name
  • Declaration

    Swift

    static let VKLocalVideoCleanedUp: Notification.Name
  • The account state has changed.

    Declaration

    Swift

    static let VKAccountStateChanged: Notification.Name
  • Video uploading progress

    Declaration

    Swift

    static let VKVideoUploadProgress: Notification.Name
  • Video uploading completed

    Declaration

    Swift

    static let VKVideoUploadComplete: Notification.Name
  • Video uploading is failed

    Declaration

    Swift

    static let VKVideoUploadFailed: Notification.Name
  • Video uploading is canceled

    Declaration

    Swift

    static let VKVideoUploadCanceled: Notification.Name
  • Video is uploaded.

    Declaration

    Swift

    static let VKVideoIsUploaded: Notification.Name
  • Video uploading started.

    Declaration

    Swift

    static let VKVideoUploadStarted: Notification.Name
  • Video is recordered.

    Declaration

    Swift

    static let VKVideoIsRecordered: Notification.Name
  • Video recording is failed

    Declaration

    Swift

    static let VKVideoRecordingFailed: Notification.Name
  • Playlist has been changed.

    Declaration

    Swift

    static let VKPlaylistUpdated: Notification.Name
  • Player updated according playlist update.

    Declaration

    Swift

    static let VKPlayerUpdated: Notification.Name
  • Player failed to play current video

    Declaration

    Swift

    static let VKVideoPlaybackFailed: Notification.Name
  • Video data caching finished.

    Declaration

    Swift

    static let VKVideoDataCachingFinished: Notification.Name
  • Video uploads is updated

    Declaration

    Swift

    static let VKVideoUploadsUpdated: Notification.Name
  • Live Stream was created

    Declaration

    Swift

    static let VKStreamCreated: Notification.Name
  • Live Stream was removed

    Declaration

    Swift

    static let VKStreamDeleted: Notification.Name