Commit fa419f21 by ibaker Committed by tonihei

Fix deprecated reference to Player.EventListener in the dev guide

#minor-release

PiperOrigin-RevId: 417961565
parent 086688ed
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ title: Retrieving metadata
The metadata of the media can be retrieved during playback in multiple ways. The
most straightforward is to listen for the
`Player.EventListener#onMediaMetadataChanged` event; this will provide a
`Player.Listener#onMediaMetadataChanged` event; this will provide a
[`MediaMetadata`][] object for use, which has fields such as `title` and
`albumArtist`. Alternatively, calling `Player#getMediaMetadata` returns the same
object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment