Commit ff9a40f0 by andrewlewis Committed by Oliver Woodman

Update FakeAd overrides

These are part of published IMA SDK 3.10.2.

PiperOrigin-RevId: 227861713
parent 99bc1322
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment