Contents

previous(_:)

Creates a command that returns to the previous track in the playback queue.

Declaration

static func previous(_ action: @escaping () async throws -> Void) -> MediaCommand

Parameters

  • action:

    The closure the system calls to return to the previous track.

See Also

Navigating commands