VKSessionState

@objc
public enum VKSessionState : Int

Current account state

  • The session has started

    Declaration

    Swift

    case connected
  • Connecting to server

    Declaration

    Swift

    case connecting
  • Session has stopped

    Declaration

    Swift

    case disconnected
  • There was an error trying to connect to server. You should check VKAccount.error to see the description of the error

    Declaration

    Swift

    case error