mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix error in documentation string
The current javadoc refers to the SessionCallback#onConnected, which doesn't exist. PiperOrigin-RevId: 510261965
This commit is contained in:
parent
6711a59564
commit
fc642eb45f
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ public class MediaSession {
|
|||
* @param remoteUserInfo The remote user info.
|
||||
* @param trusted {@code true} if trusted, {@code false} otherwise.
|
||||
* @param cb ControllerCb. Can be {@code null} only when a MediaBrowserCompat connects to
|
||||
* MediaSessionService and ControllerInfo is needed for SessionCallback#onConnected().
|
||||
* MediaSessionService and ControllerInfo is needed for {@code SessionCallback#onConnect()}.
|
||||
* @param connectionHints A session-specific argument sent from the controller for the
|
||||
* connection. The contents of this bundle may affect the connection result.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue