GoToDirection

enum GoToDirection : String, Codable

The direction for goTo(playerID:position:) (SwiftlyKodi Type)

  • Goto the previous item

    Declaration

    Swift

    case previous
  • Goto the next item

    Declaration

    Swift

    case next