java.lang.Object | ||
↳ | android.content.BroadcastReceiver | |
↳ | com.google.android.gms.analytics.AnalyticsReceiver |
A BroadcastReceiver
used by Google Analytics. It will only be used when
the receiver is correctly declared in the manifest and enabled:
<manifest>
<application>
<!-- ... -->
<receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver"
android:enabled="true">
<intent-filter>
<action android:name="com.google.android.gms.analytics.ANALYTICS_DISPATCH" />
</intent-filter>
</receiver>
<!-- ... -->
</application>
</manifest>
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |