You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the method name of the plugin method that was called.
Platforms
iOS
Android
Web
Request or proposed solution
On Android, we can call getMethodName() to get the method name of the plugin method that was called.
On iOS, there is no such method/property. It would be great if there was a methodName property in CAPPluginCall.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Description
Expose the method name of the plugin method that was called.
Platforms
Request or proposed solution
On Android, we can call
getMethodName()
to get the method name of the plugin method that was called.On iOS, there is no such method/property. It would be great if there was a
methodName
property inCAPPluginCall
.Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: