Commit 0afd9b0d by andrewlewis Committed by Oliver Woodman

Update FakeAd overrides

These are part of published IMA SDK 3.10.2.

PiperOrigin-RevId: 227861713
parent 14027bc9
...@@ -64,14 +64,17 @@ import java.util.Set; ...@@ -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();
} }
......
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