mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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
This commit is contained in:
parent
b449269552
commit
f90cbcdffd
1 changed files with 5 additions and 0 deletions
|
|
@ -105,6 +105,11 @@ public final class FakeAdsRequest implements AdsRequest {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setContinuousPlayback(boolean b) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setContentDuration(float v) {
|
||||
throw new UnsupportedOperationException();
|
||||
|
|
|
|||
Loading…
Reference in a new issue