-
public interface OptionalReferrersProviderProvider for external/optional referrer implementations.
<p>This interface abstracts the creation and management of external referrer implementations that are registered dynamically during app startup. It supports the new automatic referrer registration system that eliminates the need for compile-time dependencies.</p>
-
-
Method Summary
Modifier and Type Method Description abstract List<Referrer>getOptionalReferrers(ReferrerPropĀ prop)Creates instances of all registered external referrer implementations. -
-
Method Detail
-
getOptionalReferrers
abstract List<Referrer> getOptionalReferrers(ReferrerPropĀ prop)
Creates instances of all registered external referrer implementations.
<p>This method is called during SDK initialization to instantiate all external referrers that have been registered via {@link BaseReferrerInitProvider} during app startup.</p>- Parameters:
prop- Properties container with dependencies for referrer instantiation
-
-
-
-