Class MusicPlayerResumeSong
Use case for resuming a song in the music player.
Inherited Members
Namespace: Serenity.MusicPlayer.Application.UseCases
Assembly: Serenity.MusicPlayer.Application.dll
Syntax
public class MusicPlayerResumeSong : ISyncUseCase<MusicPlayerResumeSongInput>, IUseCase
Constructors
MusicPlayerResumeSong(IMusicPlayerGateway)
Initializes a new instance of the MusicPlayerResumeSong class.
Declaration
public MusicPlayerResumeSong(IMusicPlayerGateway gateway)
Parameters
| Type | Name | Description |
|---|---|---|
| IMusicPlayerGateway | gateway | The music player gateway to interact with music player services. |
Methods
Execute(MusicPlayerResumeSongInput)
Executes the music player resume song use case with the provided input data.
Declaration
public void Execute(MusicPlayerResumeSongInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| MusicPlayerResumeSongInput | input | The input data for resuming a song in the music player. |