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(iOS): Unifying saving plugin calls #4253

Merged
merged 6 commits into from
Mar 3, 2021
Merged

feat(iOS): Unifying saving plugin calls #4253

merged 6 commits into from
Mar 3, 2021

Conversation

ikeith
Copy link
Contributor

@ikeith ikeith commented Feb 26, 2021

This branch revisits and updates how plugin calls should be saved to clarify usage and better align the API between platforms.

  • Deprecated CAPPluginCall's save method and isSaved property and replaced with keepAlive to make the implications of the flag clearer.
  • Exposed saveCall on the bridge and renamed related methods to be more idiomatic and consistent.

Closes #4087
Companion to #4254
Documented in ionic-team/capacitor-site#238

@ikeith ikeith added this to the 3.0.0-rc milestone Feb 26, 2021
@ikeith ikeith marked this pull request as ready for review March 1, 2021 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify and document plugin call saving/retrieving
3 participants