Add Opt In for Media Element Service #2572
ne0rrmatrix
started this conversation in
New Feature Discussions
Replies: 1 comment
-
In our app we would have a need for the bindable property. There are currently two scenarios using the MediaElement:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After today meeting on youtube I am starting this discussion to decide how to proceed with adding support for either Opt in or Opt out of the Media Element service on android.
The question I have about what the community wants is:
MediaElement.ShouldUseAndroidService
?Does anyone in the community have any additional ideas? If we add support for runtime option with the ShouldUseAndroidService we will be able to dynamically turn it on and off when selecting option allowing a choice at runtime whenever the developer chooses to turn it off and on. Turning it off will turn off both the service and the notifications. If it is opt in we can have the all of the permissions for android in manifest as optional. You would only need to add service module and permissions if you have plans to use the service. So this will give developers multiple choices. They will be able to add permissions and service and then dynamically opt in at runtime or just not add permissions and service module and it will just never load the service?
Does anyone see and downsides to this approach? Do you have any other ideas/approaches to this?
Example API:
Beta Was this translation helpful? Give feedback.
All reactions