VKPlayState

@objc
public enum VKPlayState : Int

Indicates the different play state.

  • This is an unknown undefined state.

    Declaration

    Swift

    case unknown
  • Pause state.

    Declaration

    Swift

    case pause
  • Playing state.

    Declaration

    Swift

    case playing