nn::nex::MatchmakeExtensionClient::GetFriendNotificationData Member Function

Syntax

qBool GetFriendNotificationData(
     ProtocolCallContext * pContext,
     qList< NotificationEvent > * dataList,
     const qList< qUnsignedInt32 > & lstTypes
);

Parameters

Name Description
in pContext Call information.
out dataList Notification list.
in lstTypes Type list of notifications to be requested. (Must be a value between NotificationEvents::GameNotificationType1 and GameNotificationType8 inclusive.)

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Gets friend notification data from the server.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL