public class

WonderPushBroadcastReceiver

extends BroadcastReceiver
java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ com.wonderpush.sdk.WonderPushBroadcastReceiver

Class Overview

Push notification receiver.

Please look at the package index for more information on how to setup this receiver.

This BroadcastReceiver will receive all push notifications and handle them to WonderPush, like you would, by calling manually onBroadcastReceived(Context, Intent, int, Class).

Troubleshooting tip: Make sure you added the "notificationIcon" and "activityName" <meta-data> tags under the corresponding <receiver> tag of your <application>, in your AndroidManifest.xml.

Summary

Public Constructors
WonderPushBroadcastReceiver()
Public Methods
void onReceive(Context context, Intent intent)
[Expand]
Inherited Methods
From class android.content.BroadcastReceiver
From class java.lang.Object

Public Constructors

public WonderPushBroadcastReceiver ()

Public Methods

public void onReceive (Context context, Intent intent)