Commit f90cbcdf by olly Committed by Oliver Woodman

Add MRC continuous play API to IMA android sdk.

Details in
go/ima-mrc-continuous-play

Corresponding js webcore changes is in <unknown commit>.

NoExternal

PiperOrigin-RevId: 253585186
parent b4492695
......@@ -106,6 +106,11 @@ public final class FakeAdsRequest implements AdsRequest {
}
@Override
public void setContinuousPlayback(boolean b) {
throw new UnsupportedOperationException();
}
@Override
public void setContentDuration(float v) {
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