public class

CampaignNotification

extends Object
implements InAppNotification
java.lang.Object
   ↳ com.mapsted.locmarketing.CampaignNotification

Class Overview

CampaignNotification are in app notification for campaigns

Summary

[Expand]
Inherited Constants
From interface com.mapsted.inapp_notification.InAppNotification
Public Constructors
CampaignNotification(Campaign campaign)
Public Methods
boolean autoDismiss()
boolean equals(Object o)
Campaign getCampaign()
int getFallbackLogoDrawableResource()
String getId()
String getItemType()
String getLogoUrl()
Spanned getSubtitle()
String getTitle()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.inapp_notification.InAppNotification

Public Constructors

public CampaignNotification (Campaign campaign)

Public Methods

public boolean autoDismiss ()

public boolean equals (Object o)

public Campaign getCampaign ()

public int getFallbackLogoDrawableResource ()

public String getId ()

public String getItemType ()

public String getLogoUrl ()

public Spanned getSubtitle ()

public String getTitle ()

public int hashCode ()