Correct variable name in developer guide.
PiperOrigin-RevId: 424287392
This commit is contained in:
parent
ceaa76bf6a
commit
76ceca70b4
@ -220,7 +220,7 @@ player
|
||||
// Do something at the specified playback position.
|
||||
})
|
||||
.setLooper(Looper.getMainLooper())
|
||||
.setPosition(/* windowIndex= */ 0, /* positionMs= */ 120_000)
|
||||
.setPosition(/* mediaItemIndex= */ 0, /* positionMs= */ 120_000)
|
||||
.setPayload(customPayloadData)
|
||||
.setDeleteAfterDelivery(false)
|
||||
.send();
|
||||
|
Loading…
x
Reference in New Issue
Block a user