helper/boxx_factory
library
Classes
-
BoxxFactory
-
Factory class to create BoxxInterface instances based on the platform and encryption mode
This class ensures that the correct implementation is used for the current platform (web or mobile)
and allows for easy extension in the future if more platforms are supported.
It follows the singleton pattern to ensure that only one instance of BoxxFactory is created throughout the application.
This is useful for managing resources and ensuring consistent behavior across the application.