/** * ギャザリングからプレイヤーが離脱したときのプッシュ通知を設定 * * @param leaveNotification ギャザリングからプレイヤーが離脱したときのプッシュ通知 * @return this */ public UpdateNamespaceRequest WithLeaveNotification(Gs2.Gs2Matchmaking.Model.NotificationSetting leaveNotification) { this.leaveNotification = leaveNotification; return(this); }
/** * マッチメイキングが完了したときのプッシュ通知を設定 * * @param completeNotification マッチメイキングが完了したときのプッシュ通知 * @return this */ public UpdateNamespaceRequest WithCompleteNotification(Gs2.Gs2Matchmaking.Model.NotificationSetting completeNotification) { this.completeNotification = completeNotification; return(this); }
/** * ギャザリングに新規プレイヤーが参加したときのプッシュ通知を設定 * * @param joinNotification ギャザリングに新規プレイヤーが参加したときのプッシュ通知 * @return this */ public UpdateNamespaceRequest WithJoinNotification(Gs2.Gs2Matchmaking.Model.NotificationSetting joinNotification) { this.joinNotification = joinNotification; return(this); }