Class: FrameworkRegistrationObject

FrameworkRegistrationObject

This class wraps a framework object to only expose registerPluginFactory. It will be used to let plugins register to frameworks at the global scope. Please note that this class is not important to analytics plugins. You only need to use this class if you're creating your own version of the Analytics Framework.

FrameworkRegistrationObject(framework)

Initialize an instance of the current class using the new keyword along with this constructor.
Parameters:
Name Type Description
framework object Analytics framework instance