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
Adventure has grown quite a few SPIs that platforms should be implementing. We should have a consolidated location where these are documented. So far, these are:
the Providers for component serializers, to customize options
the JSONComponentSerializer providers, for different component serializer implementations
the DataComponentValueConverter.Provider interface, for controlling conversions between different data component value types
the ClickCallback provider, to implement callbacks
ComponentLoggerProvider to provide appropriate serializers for component logging
The text was updated successfully, but these errors were encountered:
Adventure has grown quite a few SPIs that platforms should be implementing. We should have a consolidated location where these are documented. So far, these are:
Provider
s for component serializers, to customize optionsDataComponentValueConverter.Provider
interface, for controlling conversions between different data component value typesClickCallback
provider, to implement callbacksComponentLoggerProvider
to provide appropriate serializers for component loggingThe text was updated successfully, but these errors were encountered: