java.lang.Object |
↳ |
com.google.firebase.messaging.RemoteMessage.Notification |
Class Overview
Remote Firebase notification details.
This class maps to the fields of a notification message.
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 Methods
public
String[]
getBodyLocalizationArgs
()
public
String
getBodyLocalizationKey
()
public
String
getClickAction
()
public
String
getColor
()
public
Uri
getLink
()
Return the deep link from the notification.
Returns |
Uri |
The deep link if it was set, null otherwise.
|
public
String
getSound
()
public
String
getTitle
()
public
String[]
getTitleLocalizationArgs
()
public
String
getTitleLocalizationKey
()