java.lang.Object |
↳ |
com.microstrategy.webapi.paramsobject.PushNotificationElement |
Class Overview
Object that represents a push notification element, i.e. the actual notification object seen on the bar of a mobile phone
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PushNotificationElement
()
public
PushNotificationElement
(String title, String body, String icon, Map<String, String> extraProperties)
Public Methods
public
Map<String, String>
getExtraProperties
()
public
String
getTitle
()
public
void
setBody
(String body)
public
void
setExtraProperties
(Map<String, String> extraProperties)
public
void
setIcon
(String icon)
public
void
setTitle
(String title)
public
String
toString
()