Global Variables

The following global variables are available globally.

Error Types

VKRecorderPhotoDelegate & VKRecorderVideoDelegate Dictionary Keys

  • Delegate callback dictionary key for photo metadata

    Declaration

    Swift

    public let VKRecorderPhotoMetadataKey: String
  • Delegate callback dictionary key for JPEG data

    Declaration

    Swift

    public let VKRecorderPhotoJPEGKey: String
  • Delegate callback dictionary key for cropped JPEG data

    Declaration

    Swift

    public let VKRecorderPhotoCroppedJPEGKey: String
  • Delegate callback dictionary key for raw image data

    Declaration

    Swift

    public let VKRecorderPhotoRawImageKey: String
  • Delegate callback dictionary key for a photo thumbnail

    Declaration

    Swift

    public let VKRecorderPhotoThumbnailKey: String