| java.lang.Object |
| ↳ |
com.glia.androidsdk.fcm.PushNotificationEvent |
Class Overview
Registers a push notification event that is sent to the device.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
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
PushNotificationEvent
(PushNotificationType type, String message)
Parameters
| type |
The type of the push notification event to be sent to the device |
| message |
The notification message which will be sent to the device
|
Public Methods
public
boolean
equals
(Object o)
public
String
getMessage
()
Returns
- The notification message which will be sent to the device
Returns
- The event type of the push notification event