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

feat(android): Plugin Instance Support #6073

Merged
merged 4 commits into from Nov 22, 2022

Conversation

Steven0351
Copy link
Member

feat(android): Adds support for registering already initialized instances of plugins to the bridge.

@Steven0351
Copy link
Member Author

Steven0351 commented Nov 11, 2022

This is an effort to solve problems we see in Portals. We now have customers using Capacitor with in cases where a Plugin is expected to participate in the business logic of an application, which allows for more flexibility in how plugins are used and authored. This is in contrast to the more traditional role they take in providing access to native API's through a web interface. This allows for plugins that are purpose built for participating in the programming paradigms of the native application.

The changes introduced in the PR are additive that do not affect status quo Capacitor users and is explicitly opt-in.

@Steven0351 Steven0351 merged commit 3d5b7c2 into main Nov 22, 2022
@Steven0351 Steven0351 deleted the android-plugin-instance-support branch November 22, 2022 20:29
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 this pull request may close these issues.

None yet

3 participants