Skip to content

feat(core): AEP plugin interfaces + MobileCore.addPlugins/getPlugin - #820

Merged
navratan-soni merged 1 commit into
adobe:rc-pluginfrom
navratan-soni:rc-plugin
Aug 9, 2026
Merged

feat(core): AEP plugin interfaces + MobileCore.addPlugins/getPlugin#820
navratan-soni merged 1 commit into
adobe:rc-pluginfrom
navratan-soni:rc-plugin

Conversation

@navratan-soni

Copy link
Copy Markdown
Contributor

Adds com.adobe.marketing.mobile.plugin.{IAepPlugin, ILiveupdatePlugin, IUiTemplatePlugin} and an internal PluginRegistry, exposed via MobileCore.addPlugins(...) / getPlugin(Class). ILiveupdatePlugin carries the push message as Any so a platform RemoteMessage passes through Core untouched.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Adds com.adobe.marketing.mobile.plugin.{IAepPlugin, ILiveupdatePlugin, IUiTemplatePlugin} and an
internal PluginRegistry, exposed via MobileCore.addPlugins(...) / getPlugin(Class). ILiveupdatePlugin
carries the push message as Any so a platform RemoteMessage passes through Core untouched.
@navratan-soni
navratan-soni merged commit a09ceb7 into adobe:rc-plugin Aug 9, 2026
9 of 10 checks passed
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.

1 participant