BoomerangFactory
Android-specific implementation of the BoomerangFactory.
Creates AndroidBoomerang instances that use Android's Bundle for storage.
Factory for creating platform-specific Boomerang instances.
This is an expect declaration implemented differently on each platform:
On Android, it creates an AndroidBoomerang backed by a Bundle
On iOS and Desktop, it creates a MapBoomerang backed by a MutableMap
Desktop-specific implementation of the BoomerangFactory.
Creates MapBoomerang instances that use a MutableMap for storage.
iOS-specific implementation of the BoomerangFactory.
Creates MapBoomerang instances that use a MutableMap for storage.