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

Merge PlaybackInfoProvider and PlayerHelper into PlayerDecorator #79

Merged
merged 6 commits into from
Aug 27, 2024

Conversation

stonko1994
Copy link
Contributor

@stonko1994 stonko1994 commented Aug 23, 2024

Description

Changes

As preparation for the 'late player attaching' feature, which will make the Player optional inside ConvivaAnalyticsIntegration, this PR merges the '3' Player-related instances into one. This will drastically improve the optional handling as it will only have one optional property to work against instead of 3 (Player, PlaybackInfoProvider and PlayerHelper)

@stonko1994 stonko1994 marked this pull request as ready for review August 24, 2024 09:56
Copy link
Contributor

@strangesource strangesource left a comment

Choose a reason for hiding this comment

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

Nice! Let's integrate the naming suggestion you made, then this is good to go. 👍

@stonko1994 stonko1994 changed the title Merge PlaybackInfoProvider and PlayerHelper into PlayerAdapter Merge PlaybackInfoProvider and PlayerHelper into PlayerDecorator Aug 26, 2024
Copy link
Contributor

@strangesource strangesource left a comment

Choose a reason for hiding this comment

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

🚀

@stonko1994 stonko1994 merged commit 4614d63 into develop Aug 27, 2024
3 checks passed
@stonko1994 stonko1994 deleted the feature/introduce-player-adapter branch August 27, 2024 11:09
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