public final enum

PushNotificationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.fcm.PushNotificationType

Summary

Enum Values
PushNotificationType  END   
PushNotificationType  FAILED   
PushNotificationType  MESSAGE   
PushNotificationType  START   
PushNotificationType  TRANSFER   
Public Methods
int getStringResId()
static PushNotificationType valueOf(String name)
final static PushNotificationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final PushNotificationType END

public static final PushNotificationType FAILED

public static final PushNotificationType MESSAGE

public static final PushNotificationType START

public static final PushNotificationType TRANSFER

Public Methods

public int getStringResId ()

public static PushNotificationType valueOf (String name)

public static final PushNotificationType[] values ()