nn::friends::CTR::SetNotificationMask FunctionResult SetNotificationMask( bit32 mask );
| Name | Description | |
|---|---|---|
| in | mask | Specifies the type of notification bitmask received. Specify a bitwise OR of the members of the nn::friends::CTR::NotificationMask enumerated type. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNotInitialized |
The friend presence library has not been initialized. |
| Other | Some other result may be returned as a result of factors such as the daemon's internal state. |
Specifies the type of notification received.
Signals events specified with nn::friends::CTR::AttachToEventNotification, and specifies the type of notification included in the history acquired with nn::friends::CTR::GetEventNotification.
The initial state is the same state as specifying nn::friends::CTR::NOTIFICATION_MASK_DEFAULT in this function.
CONFIDENTIAL