Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Cannot find VideoBidResponseProtocol when running example #127

Closed
littlejin opened this issue Jul 17, 2018 · 1 comment
Closed

Cannot find VideoBidResponseProtocol when running example #127

littlejin opened this issue Jul 17, 2018 · 1 comment

Comments

@littlejin
Copy link

Hi,

When I try to run the example in wiki,

BidRequest request = BidRequest.newBuilder()
.setId("1")
.addImp(Imp.newBuilder()
.setId("1")
.setBidfloor(4000)
.setVideo(Video.newBuilder()
.setLinearity(VideoLinearity.LINEAR)
.addProtocols(VideoBidResponseProtocol.VAST_3_0)
.setW(640)
.setH(480)))
.build();

I cannot find class VideoBidResponseProtocol

Is it remove from the current build of this project ?

@opinali
Copy link
Contributor

opinali commented Jul 17, 2018

Sorry, that sample code was outdated--fixed it now.

@opinali opinali closed this as completed Aug 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants