Skip to content

Commit

Permalink
Added documentation for stopping the song
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed Jul 9, 2020
1 parent 0191062 commit 77d5efa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ This simply pauses whatever song is active.
Amplitude.pause()
```

## Stop
This simply stops whatever song is active.
```javascript
Amplitude.stop()
```

## Next
Plays the next song either in the playlist or globally.

Expand Down

0 comments on commit 77d5efa

Please sign in to comment.