public class

PushNotificationEvent

extends Object
java.lang.Object
   ↳ com.glia.androidsdk.fcm.PushNotificationEvent

Class Overview

Registers a push notification event that is sent to the device.

Summary

Public Constructors
PushNotificationEvent(PushNotificationType type, String message)
Public Methods
boolean equals(Object o)
String getMessage()
PushNotificationType getType()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

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

public PushNotificationType getType ()

Returns
  • The event type of the push notification event

public int hashCode ()