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

Allow CmcdConfiguration.Factory to return null to disable CMCD #2183

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MattiasBuelens
Copy link

We would like to enable or disable CMCD selectively for specific media items. This already works today by simply returning null from CmcdConfiguration.Factory.createCmcdConfiguration(), however this behavior is not specified anywhere.

This PR updates the return type to be @Nullable, so this behavior is properly specified and better supported for Kotlin users.

@icbaker icbaker requested a review from rohitjoins February 25, 2025 14:20
@MattiasBuelens MattiasBuelens marked this pull request as draft February 25, 2025 15:37
@MattiasBuelens
Copy link
Author

Moving to draft for now, I first need to check our company policy on OSS contributions. I'll try to get things sorted out on my end ASAP.

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