feat(android): add playback functions to ref

This commit is contained in:
KrzysztofMoch
2023-09-18 13:09:53 +02:00
parent 85c9e8f990
commit 0066ec744c
3 changed files with 47 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ import java.util.concurrent.TimeUnit;
import java.lang.Integer;
@SuppressLint("ViewConstructor")
class ReactExoplayerView extends FrameLayout implements
public class ReactExoplayerView extends FrameLayout implements
LifecycleEventListener,
Player.Listener,
BandwidthMeter.EventListener,