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

Android Add hybrid app hooks #62

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Android Add hybrid app hooks #62

merged 1 commit into from
Oct 23, 2024

Conversation

rlepinski
Copy link
Contributor

@rlepinski rlepinski commented Oct 23, 2024

Adds ability to modify config programmatically and set forward listeners.

This will have to be another major rev to the proxy and frameworks since the airship extender optional method does not bind to Java. There are some flags to make defaults work but it requires special compiler flags, not sure if we want to go down that route.

* @param configBuilder The config builder
* @return The config builder.
*/
public fun extendConfig(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of making this a breaking change we could add a new interface that the pluginExtender could optionally implement. That makes it a little harder to use though

@rlepinski rlepinski changed the title Add hybrid app hooks Android Add hybrid app hooks Oct 23, 2024
@rlepinski rlepinski merged commit 7154839 into main Oct 23, 2024
3 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.

3 participants