nn::nex::CreateMatchmakeSessionParam::SetGatheringIdForParticipationCheck Member Function

Syntax

void SetGatheringIdForParticipationCheck(
     GatheringID gidForParticipationCheck
);

Parameters

Name Description
in gidForParticipationCheck Returns the gathering ID to use as a condition for joining. The check is not run when INVALID_GATHERINGID is specified.

Return Values

None.

Description

Sets the gathering ID to use for checking whether the local user and the additional user are in the specified gathering.

If you want to set a condition where all participants, including the local user, must be in a particular gathering, specify the gathering ID with this function. The initial state is INVALID_GATHERINGID.

See Also

CreateMatchmakeSessionParam::SetAdditionalParticipant

Revision History

2014/03/19
Initial version.

CONFIDENTIAL