class AutoMatchmakeParam
This data class stores parameters related to the MatchmakeExtensionClient::AutoMatchmake
function.
AutoMatchmakeParam
|
Constructor. | |
---|---|---|
V |
~AutoMatchmakeParam
|
Destructor. |
SetSourceMatchmakeSession
|
Sets the matchmaking session to create if a suitable matchmaking session cannot be found. | |
GetSourceMatchmakeSession
|
Gets the matchmaking session to create when a suitable matchmaking session cannot be found. | |
SetAdditionalParticipant
|
Sets an additional user to add to the session. | |
GetAdditionalParticipants
|
Gets an additional user to add to the session. | |
SetGatheringIdForParticipationCheck
|
Sets the gathering ID to use for checking whether the local user and the additional user are in the specified gathering. | |
GetGatheringIdForParticipationCheck
|
Gets the gathering ID to use for checking whether the local user and the additional user are in the specified gathering. | |
SetJoinMessage
|
Sets the message that notifies the gathering owner or participants. | |
GetJoinMessage
|
Gets the message that notifies the gathering owner or participants. | |
SetSearchCriteria
|
Sets the search criteria for the matchmaking session. | |
GetSearchCriteria
|
Gets the search criteria for the matchmaking session. | |
SetTargetGatheringId
|
Sets the gathering ID that the user wants to join. | |
GetTargetGatheringId
|
Gets the gathering ID that the user wants to join. | |
Reset
|
Initializes an object to the default state generated by the constructor. | |
Trace
|
Traces the content of an AutoMatchmakeParam object. |
CONFIDENTIAL