-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix prebid timeout editable #112
Conversation
public should be the field timeoutMillis so it could be changed if needed from the publisher code when integrating the SDK: "PrebidMobile.timeoutMillis = 1000;" I removed public for the var "TIMEOUT_MILLIS" which is final so public is useless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, maybe the docs should also be updated
@yoalex5 , for review. Thanks, |
@ppuviarasu , can you please review this PR? Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AntoineJac, thank you for contributing
This PR looks good for me.
I think we should have the same logic for iOS
public should be the field timeoutMillis so it could be changed if needed from the publisher code when integrating the SDK:
"PrebidMobile.timeoutMillis = 1000;"
I removed public for the var "TIMEOUT_MILLIS" which is final so public is useless.
Issue #111
API
Example