Skip to content
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

Merged
merged 12 commits into from
Jul 25, 2019
Merged

Fix prebid timeout editable #112

merged 12 commits into from
Jul 25, 2019

Conversation

AntoineJac
Copy link
Contributor

@AntoineJac AntoineJac commented Jun 19, 2019

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

void setTimeoutMillis(int timeoutMillis)
int getTimeoutMillis()

Example

PrebidMobile.setTimeoutMillis(3_000);

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.
@AntoineJac AntoineJac mentioned this pull request Jun 19, 2019
Copy link

@theAtheA theAtheA left a 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

theAtheA
theAtheA previously approved these changes Jun 19, 2019
@AntoineJac
Copy link
Contributor Author

@yoalex5 , for review. Thanks,

@AntoineJac
Copy link
Contributor Author

@ppuviarasu , can you please review this PR? Thanks,

yoalex5
yoalex5 previously approved these changes Jun 26, 2019
Copy link
Collaborator

@yoalex5 yoalex5 left a 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

@AntoineJac AntoineJac dismissed stale reviews from yoalex5 and theAtheA via bd47935 June 27, 2019 02:11
@bszekely1 bszekely1 merged commit bbf3013 into prebid:master Jul 25, 2019
@yoalex5 yoalex5 added this to the Prebid SDK 1.2 milestone Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants