Transaction Action of GS2-Matchmaking
Specification of verify/consume/acquire transaction actions
VerifyAction
Gs2Matchmaking:VerifyIncludeParticipantByUserId
Verify if persistent gathering includes user ID by specifying a user ID
Whether the action allows quantity specification: NO
| Type | Condition | Required | Default | Value Limits | Description | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| namespaceName | string | ✓ | ~ 128 chars | Namespace name Namespace-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||
| seasonName | string | ✓ | ~ 128 chars | Season Model Name Season Model-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | ||||||||
| season | long | ✓ | 0 ~ 9223372036854775805 | Season | ||||||||
| tier | long | ✓ | 0 ~ 9223372036854775805 | Tier | ||||||||
| seasonGatheringName | string | ✓ | UUID | ~ 128 chars | Season Gathering Name Season Gathering-specific name. Specified using alphanumeric characters, hyphens (-), underscores (_), and periods (.). | |||||||
| userId | string | ✓ | ~ 128 chars | User ID Set #{userId} to replace the currently logged in user ID. | ||||||||
| verifyType | String Enum enum { “include”, “notInclude” } | ✓ | Type of verification
| |||||||||
| timeOffsetToken | string | ~ 1024 chars | Time offset token |
{
"action": "Gs2Matchmaking:VerifyIncludeParticipantByUserId",
"request": {
"namespaceName": "[string]Namespace name",
"seasonName": "[string]Season Model Name",
"season": "[long]Season",
"tier": "[long]Tier",
"seasonGatheringName": "[string]Season Gathering Name",
"userId": "[string]User ID",
"verifyType": "[string]Type of verification",
"timeOffsetToken": "[string]Time offset token"
}
}action: Gs2Matchmaking:VerifyIncludeParticipantByUserId
request:
namespaceName: "[string]Namespace name"
seasonName: "[string]Season Model Name"
season: "[long]Season"
tier: "[long]Tier"
seasonGatheringName: "[string]Season Gathering Name"
userId: "[string]User ID"
verifyType: "[string]Type of verification"
timeOffsetToken: "[string]Time offset token"transaction.service("matchmaking").verify.verify_include_participant_by_user_id({
namespaceName="[string]Namespace name",
seasonName="[string]Season Model Name",
season="[long]Season",
tier="[long]Tier",
seasonGatheringName="[string]Season Gathering Name",
userId="[string]User ID",
verifyType="[string]Type of verification",
timeOffsetToken="[string]Time offset token",
})