Class LegacyAnalyticsProviderAdapter

java.lang.Object
com.codename1.analytics.AbstractAnalyticsProvider
com.codename1.analytics.LegacyAnalyticsProviderAdapter
All Implemented Interfaces:
AnalyticsProvider

public class LegacyAnalyticsProviderAdapter extends AbstractAnalyticsProvider
Bridges a legacy AnalyticsService subclass into the new AnalyticsProvider SPI so that custom analytics implementations written against the deprecated API can participate in the Analytics facade alongside modern providers. Screen views are routed to the subclass's visitPage hook.