public class

NotificationHelper

extends Object
java.lang.Object
   ↳ com.mapsted.locmarketing.NotificationHelper

Summary

Constants
int DEFAULT_LOC_MARKETING_NOTIFICATION_ID
String EXTRA_CAMPAIGN_ID
String EXTRA_NOTIFICATION_ID
String EXTRA_POSITIVE_ACTION_DATA_JSON
Public Constructors
NotificationHelper(Context context)
Public Methods
Notification createNotification(Campaign campaign, int notificationId)
void removeAllNotificaitons()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DEFAULT_LOC_MARKETING_NOTIFICATION_ID

Constant Value: 875 (0x0000036b)

public static final String EXTRA_CAMPAIGN_ID

Constant Value: "CAMPAIGN_ID"

public static final String EXTRA_NOTIFICATION_ID

Constant Value: "NOTIFICATION_ID"

public static final String EXTRA_POSITIVE_ACTION_DATA_JSON

Constant Value: "POSITIVE_ACTION_DATA_JSON"

Public Constructors

public NotificationHelper (Context context)

Public Methods

public Notification createNotification (Campaign campaign, int notificationId)

public void removeAllNotificaitons ()