You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have applications provide their DataModel::Provider (codegen by default) and interaction model engine should not hardcode one by default
Once we have data model provider support by default - #36042, InteractionModelEngine should not hard-code an assumption of a codegen data model provider.
We will require
Each example app to set the datamodel provider in main along with updating build dependencies
DynamicDispatcher should use a DataModel::Provider instead of overriding ember code. This should be pulled in as a separate provider inside Android instead of application hard-coding. It looks like this provider just needs to emulate a OTA provider
Darwin should be converted to setup a DataModel::Provider instead of overriding ember in MTRIMDispatch.mm
The text was updated successfully, but these errors were encountered:
andy31415
changed the title
Have applications provide their DataModel::Provider (codegen by default) and interaction model engine should not hardcode one by default
Have applications provide their DataModel::Provider
Oct 24, 2024
Have applications provide their DataModel::Provider (codegen by default) and interaction model engine should not hardcode one by default
Once we have data model provider support by default - #36042, InteractionModelEngine should not hard-code an assumption of a codegen data model provider.
We will require
main
along with updating build dependenciesDataModel::Provider
instead of overriding ember code. This should be pulled in as a separate provider inside Android instead of application hard-coding. It looks like this provider just needs to emulate a OTA providerDataModel::Provider
instead of overriding ember inMTRIMDispatch.mm
The text was updated successfully, but these errors were encountered: