Enumerations
The following enumerations are available globally.
-
Defines the errors that comes from VKit.
See moreDeclaration
Swift
@objc public enum VKError : Int, Error, CustomNSError -
Declaration
Swift
@objc public enum VKPlaylistUpdateType : Int -
Current account state
See moreDeclaration
Swift
@objc public enum VKSessionState : Int -
Declaration
Swift
public enum VKSortOrder : String -
Available values : init, processing, processed, failed, all, unknown
See moreDeclaration
Swift
@objc public enum VKVideoState : Int, RawRepresentable -
Declaration
Swift
@objc public enum VKVideoResolution : Int -
Declaration
Swift
public enum VKLoggerType : String -
Declaration
Swift
@objc public enum VKStreamProfile : Int, Codable -
Declaration
Swift
public enum VKStreamPlayback : String, Codable -
Declaration
Swift
public enum VKStreamInput : String, Codable -
Declaration
Swift
@objc public enum VKStreamState : Int, Codable -
Declaration
Swift
public enum ReachabilityError : Error -
The WebSocketBinaryType enum is used by the binaryType property and indicates the type of binary data being transmitted by the WebSocket connection.
See moreDeclaration
Swift
public enum WebSocketBinaryType : CustomStringConvertible -
The WebSocketReadyState enum is used by the readyState property to describe the status of the WebSocket connection.
See moreDeclaration
Swift
@objc public enum WebSocketReadyState : Int, CustomStringConvertible -
Declaration
Swift
public enum WebSocketError : Error, CustomStringConvertible
Enumerations Reference