nn::boss::SetOptoutFlag Functionnn::Result SetOptoutFlag( bool flag );
| Name | Description | |
|---|---|---|
| in | flag | Specifies the OptOut flag. |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Set successfully. |
ResultStorageNotFound |
The BOSS storage corresponding to the appropriate application ID is not registered. Please check if the BOSS storage is registered. |
ResultIpcNotSessionInitialized |
The session has not been initialized. This Result is returned if this function is called before the Initialize function is called. Always call the Initialize function before using the BOSS library. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Sets the OptOut flag.
If this flag is enabled, the notification data included in the NS archive is destroyed when the NADL task is executed.
CONFIDENTIAL