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

plugin audio-management: wrong plugin name #4898

Open
1 of 3 tasks
blavenie opened this issue Jan 8, 2025 · 0 comments · May be fixed by #4899
Open
1 of 3 tasks

plugin audio-management: wrong plugin name #4898

blavenie opened this issue Jan 8, 2025 · 0 comments · May be fixed by #4899

Comments

@blavenie
Copy link
Contributor

blavenie commented Jan 8, 2025

I'm submitting a ...

  • bug report
  • feature request
  • support request

Current behavior:
The new plugin AudioManagement has a wrong class name : Appsflyer (should have been copy/paste from another plugin)

Expected behavior:
The plugin class name should be AudioManagement

Steps to reproduce:
npm install @awesome-cordova-plugin/audio-management

try to use the AudioManagment => only a namespace with enums can be resolved.

Related code:

@Plugin({
  pluginName: 'AudioManagement',
  plugin: 'clovelced-plugin-audiomanagement',
  pluginRef: 'AudioManagement',
  repo: 'https://github.com/clovelCed/cordova-plugin-audiomanagement',
  platforms: ['Android']
})
@Injectable()
export class Appsflyer extends AwesomeCordovaNativePlugin {

Other information:

Code to fix this issue (fixed in MR !):

export class AudioManagement extends AwesomeCordovaNativePlugin {
blavenie added a commit to blavenie/awesome-cordova-plugins that referenced this issue Jan 8, 2025
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 a pull request may close this issue.

1 participant