| Package | Description |
|---|---|
| io.gs2.gateway | |
| io.gs2.gateway.domain.model | |
| io.gs2.gateway.request |
| Modifier and Type | Method and Description |
|---|---|
SendMobileNotificationByUserIdResult |
Gs2GatewayRestClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) |
SendMobileNotificationByUserIdResult |
Gs2GatewayWebSocketClient.sendMobileNotificationByUserId(SendMobileNotificationByUserIdRequest request) |
void |
Gs2GatewayRestClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request,
AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) |
void |
Gs2GatewayWebSocketClient.sendMobileNotificationByUserIdAsync(SendMobileNotificationByUserIdRequest request,
AsyncAction<AsyncResult<SendMobileNotificationByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
FirebaseTokenDomain |
FirebaseTokenDomain.sendMobileNotification(SendMobileNotificationByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.withNamespaceName(String namespaceName) |
SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.withPayload(String payload) |
SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.withSound(String sound) |
SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.withSubject(String subject) |
SendMobileNotificationByUserIdRequest |
SendMobileNotificationByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.