Global Variables
The following global variables are available globally.
-
Error domain for all Next Level errors.
Declaration
Swift
public let VKRecorderErrorDomain: String
-
Declaration
Swift
public let VKRecorderClipFilenameKey: String
-
Declaration
Swift
public let VKRecorderClipInfoDictKey: String
-
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