Update FakeAd overrides

These are part of published IMA SDK 3.10.2.

PiperOrigin-RevId: 227861713
This commit is contained in:
andrewlewis 2019-01-04 16:42:40 +00:00 committed by Oliver Woodman
parent 99bc13221c
commit ff9a40f0d7

View File

@ -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();
}