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
@ -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…
x
Reference in New Issue
Block a user