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

Introduce event delegate #814

Merged
merged 3 commits into from
Jan 13, 2025
Merged

Introduce event delegate #814

merged 3 commits into from
Jan 13, 2025

Conversation

ValentinPostindustria
Copy link
Collaborator

@ValentinPostindustria ValentinPostindustria commented Dec 24, 2024

@ValentinPostindustria ValentinPostindustria marked this pull request as ready for review December 24, 2024 11:46
@@ -68,6 +69,7 @@ public void onResponse(BaseNetworkTask.GetUrlResult response) {
} else {
cancelRefresh();
}
callEventDelegate(bidResponse);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The client's delegate should be called asynchronously. Not to block SDK's methods.

Copy link
Contributor

@YuriyVelichkoPI YuriyVelichkoPI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YuriyVelichkoPI YuriyVelichkoPI merged commit ef2d774 into master Jan 13, 2025
5 checks passed
@YuriyVelichkoPI YuriyVelichkoPI deleted the feature/event_delegate branch January 13, 2025 07:52
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.

2 participants