PlayPrevious

struct PlayPrevious : View

Play the previous item

Note

Kodi is a bit weird; going to ‘previous’ goes to the beginning of an item when it played for a while; else it reallly goes to the previous item
  • Init the View

    Declaration

    Swift

    public init()
  • The body of the View

    Declaration

    Swift

    public var body: some View { get }