public final class FCM extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FCM.Builder
Builder for
FCM. |
static class |
FCM.FCMLights
Modal class for FCMLights.
|
static class |
FCM.FCMStyle
Modal class for FCMStyle.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAndroidTitle() |
String |
getCollapseKey() |
Boolean |
getDelayWhileIdle() |
String |
getGroupId() |
String |
getIcon() |
String |
getInteractiveCategory() |
FCM.FCMLights |
getLights() |
com.fasterxml.jackson.databind.JsonNode |
getPayload() |
FCM.Builder.FCMPriority |
getPriority() |
String |
getSound() |
FCM.FCMStyle |
getStyle() |
Boolean |
getSync() |
Integer |
getTimeToLive() |
FCM.Builder.FCMNotificationType |
getType() |
FCM.Builder.Visibility |
getVisibility() |
public static final Logger logger
public final Boolean getDelayWhileIdle()
public final String getGroupId()
public final Integer getTimeToLive()
public final String getCollapseKey()
public final com.fasterxml.jackson.databind.JsonNode getPayload()
public final Boolean getSync()
public final String getSound()
public final String getInteractiveCategory()
public final FCM.Builder.FCMPriority getPriority()
public final FCM.FCMStyle getStyle()
public final FCM.Builder.Visibility getVisibility()
public final String getIcon()
public final FCM.FCMLights getLights()
public final FCM.Builder.FCMNotificationType getType()
public final String getAndroidTitle()
Copyright © 2020. All rights reserved.