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

Make internal variables private on ConvivaAnalytics #77

Merged

Conversation

rolandkakonyi
Copy link
Contributor

@rolandkakonyi rolandkakonyi commented Jul 1, 2024

Problem

Internal properties like isStalling and playbackStarted are mutable from outside of the type.

Solution

Made all internal properties private to avoid unwanted modifications.

Notes

N/A

Checklist

  • I added an update to CHANGELOG.md file
  • I ran all the tests in the project and they succeed

@rolandkakonyi rolandkakonyi self-assigned this Jul 1, 2024
@@ -12,6 +12,7 @@ platform :ios do
workspace: './Example/BitmovinConvivaAnalytics.xcworkspace',
code_coverage: true,
xcodebuild_formatter: 'xcbeautify --renderer github-actions',
output_types: '',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rolandkakonyi rolandkakonyi marked this pull request as ready for review July 1, 2024 12:21
@rolandkakonyi rolandkakonyi requested a review from matamegger July 1, 2024 12:21
@rolandkakonyi rolandkakonyi merged commit 7da20df into develop Jul 1, 2024
2 checks passed
@rolandkakonyi rolandkakonyi deleted the feature/fix-ConvivaAnalytics-internal-API-visibility branch July 1, 2024 12:57
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