java.lang.Object | ||
↳ | android.content.BroadcastReceiver | |
↳ | com.google.android.gms.measurement.AppMeasurementReceiver |
A BroadcastReceiver
used by app measurement. App measurement requires
this receiver to be correctly declared in the manifest and enabled:
<manifest>
<application>
<!-- ... -->
<receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
android:enabled="true">
<intent-filter>
<action android:name="com.google.android.gms.measurement.UPLOAD" />
</intent-filter>
</receiver>
<!-- ... -->
</application>
</manifest>
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |