public class

EmergencyAlertNotification

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

Class Overview

EmergencyAlertNotification are in app notification for emergency alert

Summary

[Expand]
Inherited Constants
From interface com.mapsted.inapp_notification.InAppNotification
Public Constructors
EmergencyAlertNotification(EmergencyAlertsResponse.EmergencyAlert emergencyAlert, boolean autoDismiss)
Public Methods
boolean autoDismiss()
EmergencyAlertsResponse.EmergencyAlert getEmergencyAlert()
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 EmergencyAlertNotification (EmergencyAlertsResponse.EmergencyAlert emergencyAlert, boolean autoDismiss)

Public Methods

public boolean autoDismiss ()

public EmergencyAlertsResponse.EmergencyAlert getEmergencyAlert ()

public int getFallbackLogoDrawableResource ()

public String getId ()

public String getItemType ()

public String getLogoUrl ()

public Spanned getSubtitle ()

public String getTitle ()