mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08: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
@ -64,14 +64,17 @@ import java.util.Set;
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public int getVastMediaWidth() {
|
public int getVastMediaWidth() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public int getVastMediaHeight() {
|
public int getVastMediaHeight() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public int getVastMediaBitrate() {
|
public int getVastMediaBitrate() {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user