Commit 76ceca70 by samrobinson Committed by Andrew Lewis

Correct variable name in developer guide.

PiperOrigin-RevId: 424287392
parent ceaa76bf
Showing with 1 additions and 1 deletions
...@@ -220,7 +220,7 @@ player ...@@ -220,7 +220,7 @@ player
// Do something at the specified playback position. // Do something at the specified playback position.
}) })
.setLooper(Looper.getMainLooper()) .setLooper(Looper.getMainLooper())
.setPosition(/* windowIndex= */ 0, /* positionMs= */ 120_000) .setPosition(/* mediaItemIndex= */ 0, /* positionMs= */ 120_000)
.setPayload(customPayloadData) .setPayload(customPayloadData)
.setDeleteAfterDelivery(false) .setDeleteAfterDelivery(false)
.send(); .send();
......
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