| Package | Description |
|---|---|
| io.gs2.gateway | |
| io.gs2.gateway.domain.model | |
| io.gs2.gateway.request |
| Modifier and Type | Method and Description |
|---|---|
SendNotificationResult |
Gs2GatewayRestClient.sendNotification(SendNotificationRequest request) |
SendNotificationResult |
Gs2GatewayWebSocketClient.sendNotification(SendNotificationRequest request) |
void |
Gs2GatewayRestClient.sendNotificationAsync(SendNotificationRequest request,
AsyncAction<AsyncResult<SendNotificationResult>> callback) |
void |
Gs2GatewayWebSocketClient.sendNotificationAsync(SendNotificationRequest request,
AsyncAction<AsyncResult<SendNotificationResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
UserDomain |
UserDomain.sendNotification(SendNotificationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static SendNotificationRequest |
SendNotificationRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SendNotificationRequest |
SendNotificationRequest.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) |
SendNotificationRequest |
SendNotificationRequest.withNamespaceName(String namespaceName) |
SendNotificationRequest |
SendNotificationRequest.withPayload(String payload) |
SendNotificationRequest |
SendNotificationRequest.withSound(String sound) |
SendNotificationRequest |
SendNotificationRequest.withSubject(String subject) |
SendNotificationRequest |
SendNotificationRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.