qBool GetFriendNotificationData( ProtocolCallContext * pContext, qList< NotificationEvent > * dataList, qUnsignedInt32 uiType );
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 ). |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
Gets friend notification data from the server.
CONFIDENTIAL