-
Notifications
You must be signed in to change notification settings - Fork 416
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
Cannot override DefaultMediaNotificationProvider.handleCustomCommand #103
Comments
You can receive the custom command on So I think you want to override See #38 also. |
@marcbaechinger Thanks for the quick response! And yes, that's definitely what I need, closing the issue, thanks! |
Great! Thanks for confirming! We should document this better. I added the documentation candidate label and re-open this issue for tracking this. |
Yeah, I guess I was confused by the methods' documentation in |
Issue: #103 #minor-release PiperOrigin-RevId: 458465479
Hi media team 👋
I was trying to extend your
DefaultMediaNotificationProvider
and use our internalBitmapLoader
implementation, but turns out thehandleCustomCommand
function is final and can't be overridden.I'm wondering is that intended for some reason? I would like to use your notification provider implementation which contains nice bitmap/ notification builder handling, but I need to provide some custom actions.
Looking forward to your answers, thanks!
media3 Version: 1.0.0-beta01
The text was updated successfully, but these errors were encountered: