mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Update FakeAd overrides
These are part of published IMA SDK 3.10.2. PiperOrigin-RevId: 227861713
This commit is contained in:
parent
99bc13221c
commit
ff9a40f0d7
1 changed files with 3 additions and 0 deletions
|
|
@ -64,14 +64,17 @@ import java.util.Set;
|
|||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getVastMediaWidth() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getVastMediaHeight() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getVastMediaBitrate() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue