Transaction Action of GS2-Matchmaking
Specification of verify/consume/acquire transaction actions
VerifyAction
Gs2Matchmaking:VerifyIncludeParticipantByUserId
Verify if persistent gathering includes user ID by specifying user ID
Actions for which quantity can be specified: NO
| Type | Description | |||||||
|---|---|---|---|---|---|---|---|---|
| namespaceName | string | Namespace name | ||||||
| seasonName | string | Season Model Name | ||||||
| season | long | Season | ||||||
| tier | long | Tier | ||||||
| seasonGatheringName | string | Season Gathering Name | ||||||
| userId | string | User Id Set #{userId}to replace the currently logged in user ID. | ||||||
| verifyType | String Enum enum { “include”, “notInclude” ] | 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"
    }
}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").consume.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",
})