nnfriendsNotificationMask Enumerated Type

Syntax

enum nnfriendsNotificationMask;

Value

Value Description
NN_FRIENDS_NOTIFICATION_MASK_ONLINE Notification mask to receive notification when the local host is online.
NN_FRIENDS_NOTIFICATION_MASK_OFFLINE Notification mask for receiving notification that local host is offline.
NN_FRIENDS_NOTIFICATION_MASK_FRIEND_ONLINE Notification mask to receive notification when a friend is online.
NN_FRIENDS_NOTIFICATION_MASK_FRIEND_PRESENCE Notification mask to receive notification when a friend's presence changes.
NN_FRIENDS_NOTIFICATION_MASK_FRIEND_MII Notification mask to receive notification when a friend's Mii changes.
NN_FRIENDS_NOTIFICATION_MASK_FRIEND_PROFILE Notification mask to receive notification when a friend's profile changes.
NN_FRIENDS_NOTIFICATION_MASK_FRIEND_OFFLINE Notification mask to receive notification when a friend is offline.
NN_FRIENDS_NOTIFICATION_MASK_BECOME_FRIEND Notification mask to receive notification when a friend relationship is established.
NN_FRIENDS_NOTIFICATION_MASK_INVITATION Notification mask to receive notification when there is an invitation from a friend.。
NN_FRIENDS_NOTIFICATION_MASK_DEFAULT The default notification mask.

Description

Enumerated type representing notification bitmasks.


CONFIDENTIAL