nn::nex::MatchmakeExtensionClient::UpdatePrivacySetting Member Function

Syntax

qBool UpdatePrivacySetting(
     ProtocolCallContext * pContext,
     qBool onlineStatus,
     qBool participation
);

Parameters

Name Description
in pContext Call information.
in onlineStatus The online status privacy setting (true: public, false: private)
in participation Privacy setting for participation in persistent gatherings (true: public, false: private).

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Changes the privacy setting about participation in matchmaking sessions and persistent gatherings.

Changes the privacy setting about the status of participation in matchmaking sessions and persistent gatherings.

When onlineStatus is set to false, an empty list is returned upon becoming the search target by the MatchmakeExtensionClient::GetPlayingSession function. When participation is set to false, an empty list is returned upon becoming the search target by the MatchmakeExtensionClient::FindPersistentGatheringByParticipant function.

The privacy setting is public for a user who has never called this function.

Revision History

2014/04/10
Changed "community" to "persistent gathering."
2011/06/29
Initial version.

CONFIDENTIAL