| Package | Description |
|---|---|
| io.gs2.realtime.model | |
| io.gs2.realtime.request |
| Modifier and Type | Method and Description |
|---|---|
static NotificationSetting |
NotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
NotificationSetting |
Namespace.getCreateNotification() |
NotificationSetting |
NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) |
NotificationSetting |
NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) |
NotificationSetting |
NotificationSetting.withSound(String sound) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setCreateNotification(NotificationSetting createNotification) |
Namespace |
Namespace.withCreateNotification(NotificationSetting createNotification) |
| Modifier and Type | Method and Description |
|---|---|
NotificationSetting |
CreateNamespaceRequest.getCreateNotification() |
NotificationSetting |
UpdateNamespaceRequest.getCreateNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setCreateNotification(NotificationSetting createNotification) |
void |
UpdateNamespaceRequest.setCreateNotification(NotificationSetting createNotification) |
CreateNamespaceRequest |
CreateNamespaceRequest.withCreateNotification(NotificationSetting createNotification) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withCreateNotification(NotificationSetting createNotification) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.