nnfriendsEventNotification Structurestruct nnfriendsEventNotification
{
u8 type;
nnfriendsFriendKey friendKey;
};
Structure storing notifications of changes in the local host's online state and friends' online states.
| type | The notification type. This is a nn::friends::CTR::NotificationType value. |
|
|---|---|---|
| friendKey | The friend key for the friend whose information has changed. If the notification is unrelated to friends, this holds an invalid friend key. |
CONFIDENTIAL