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

Syntax

qBool GetFriendNotificationData(
     ProtocolCallContext * pContext,
     qList< NotificationEvent > * dataList,
     qUnsignedInt32 uiType
);

Parameters

Name Description
in pContext Call information.
out dataList Notification list.
in uiType Type of notification to be requested (must be a value between NotificationEvents::GameNotificationType1 and GameNotificationType8).

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