We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ...
Current behavior: The new plugin AudioManagement has a wrong class name : Appsflyer (should have been copy/paste from another plugin)
AudioManagement
Appsflyer
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.
AudioManagment
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 {
The text was updated successfully, but these errors were encountered:
fix(audio-management): fix plugin name - closes danielsogl#4898
43fd7d8
Successfully merging a pull request may close this issue.
I'm submitting a ...
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:
Other information:
Code to fix this issue (fixed in MR !):
The text was updated successfully, but these errors were encountered: