nn::nex::AutoMatchmakeParam::SetJoinMessage Member Function

Syntax

void SetJoinMessage(
     const String & joinMessage
);

Parameters

Name Description
in joinMessage Returns the message that notifies the gathering owner or participants.

Return Values

None.

Description

Sets the message that notifies the gathering owner or participants.

This message is saved to the server for each user and can be retrieved with the MatchmakeExtensionClientGetDetailedParticipants function. The message set with this function is also used for users that were added with the AutoMatchmakeParam::SetAdditionalParticipant function. The initial state is an empty string.

See Also

MatchmakeExtensionClient::GetDetailedParticipants

Revision History

2014/03/19
Initial version.

CONFIDENTIAL