public class

ScheduledAlertNotification

extends Object
implements InAppNotification
java.lang.Object
   ↳ com.mapsted.alerts.ScheduledAlertNotification

Class Overview

ScheduledAlertNotification are in app notification for scheduled alerts.

Summary

[Expand]
Inherited Constants
From interface com.mapsted.inapp_notification.InAppNotification
Public Constructors
ScheduledAlertNotification(ScheduledAlert scheduledAlert, boolean autoDismiss)
Public Methods
boolean autoDismiss()
int getFallbackLogoDrawableResource()
String getId()
String getItemType()
String getLogoUrl()
Spanned getSubtitle()
String getTitle()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.mapsted.inapp_notification.InAppNotification

Public Constructors

public ScheduledAlertNotification (ScheduledAlert scheduledAlert, boolean autoDismiss)

Public Methods

public boolean autoDismiss ()

public int getFallbackLogoDrawableResource ()

public String getId ()

public String getItemType ()

public String getLogoUrl ()

public Spanned getSubtitle ()

public String getTitle ()