mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Mark LegacyPlayerView as deprecated
This type is still known as PlayerView in exoplayer2 #minor-release PiperOrigin-RevId: 426348286
This commit is contained in:
parent
a4f218c674
commit
602e9f14d1
1 changed files with 3 additions and 0 deletions
|
|
@ -249,7 +249,10 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
||||||
* a layout file. This is achieved by setting the {@code player_layout_id} attribute on a
|
* a layout file. This is achieved by setting the {@code player_layout_id} attribute on a
|
||||||
* PlayerView. This will cause the specified layout to be inflated instead of {@code
|
* PlayerView. This will cause the specified layout to be inflated instead of {@code
|
||||||
* exo_player_view.xml} for only the instance on which the attribute is set.
|
* exo_player_view.xml} for only the instance on which the attribute is set.
|
||||||
|
*
|
||||||
|
* @deprecated Use {@link StyledPlayerView} instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class PlayerView extends FrameLayout implements AdViewProvider {
|
public class PlayerView extends FrameLayout implements AdViewProvider {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue