appyx icon indicating copy to clipboard operation
appyx copied to clipboard

Interop Integrationpoint shouldn't force to expose appyx interface

Open SamuPS opened this issue 1 year ago • 0 comments

Current interop integration point required activities to implement IntegrationPointAppyxProvider.

This expose the interface in module edges, forcing parent modules to implement appyx event if they are not using it.

Example.

Module A -> Module B

Module B implements SomeActiviy: RibAcitivty(), IntegrationPointAppyxProvider{...} Module A has no appyx dependencies.

Compilation failed as Module A will try to resolve IntegrationPointAppyxProvider

SamuPS avatar Aug 02 '22 14:08 SamuPS