nn::friends::CTR::NotificationMask Enumerated Type

Syntax

enum NotificationMask;

Value

Value Description
NOTIFICATION_MASK_ONLINE Notification mask to receive notification when the local host is online.
NOTIFICATION_MASK_OFFLINE Notification mask for receiving notification that local host is offline.
NOTIFICATION_MASK_FRIEND_ONLINE Notification mask to receive notification when a friend is online.
NOTIFICATION_MASK_FRIEND_PRESENCE Notification mask to receive notification when a friend's presence changes.
NOTIFICATION_MASK_FRIEND_MII Notification mask to receive notification when a friend's Mii changes.
NOTIFICATION_MASK_FRIEND_PROFILE Notification mask to receive notification when a friend's profile changes.
NOTIFICATION_MASK_FRIEND_OFFLINE Notification mask to receive notification when a friend is offline.
NOTIFICATION_MASK_BECOME_FRIEND Notification mask to receive notification when a friend relationship is established.
NOTIFICATION_MASK_INVITATION Notification mask to receive notification when there is an invitation from a friend.
NOTIFICATION_MASK_DEFAULT The default notification mask.

Description

Enumerated type representing notification bitmasks.


CONFIDENTIAL