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.
|
// 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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user