nnfriendsNotificationType Enumerated Typeenum nnfriendsNotificationType;
| Value | Description |
|---|---|
NN_FRIENDS_NOTIFICATION_NONE |
Invalid notification. |
NN_FRIENDS_NOTIFICATION_ONLINE |
Indicates that the local host is currently online. |
NN_FRIENDS_NOTIFICATION_OFFLINE |
Indicates that the local host is currently offline. |
NN_FRIENDS_NOTIFICATION_FRIEND_ONLINE |
Indicates that a friend is currently online. |
NN_FRIENDS_NOTIFICATION_FRIEND_PRESENCE |
Indicates that a friend's presence status has changed. |
| NN_FRIENDS_NOTIFICATION_FRIEND_MII | Indicates that a friend's Mii has changed. |
| NN_FRIENDS_NOTIFICATION_FRIEND_PROFILE | Indicates that a friend's profile has changed. |
NN_FRIENDS_NOTIFICATION_FRIEND_OFFLINE |
Indicates that a friend is currently offline. |
NN_FRIENDS_NOTIFICATION_BECOME_FRIEND |
Indicates that the local host has established a friend relationship with a friend. |
NN_FRIENDS_NOTIFICATION_INVITATION |
Indicates that an invitation from a friend has arrived. |
Enumerated type representing notification types.
CONFIDENTIAL