nn::applet::CTR::JumpToDataManagement FunctionResult JumpToDataManagement( AppletDataManagementScene scene = nn::applet::CTR::DATA_MANAGEMENT_STREETPASS );
| Name | Description | |
|---|---|---|
| in | scene |
Indicates which data management scene to jump to. |
Jumps to Data Management under system settings.
The application will exit when this function is called. Be sure to execute a shutdown process as required. There is no return from this function call, regardless of whether the jump is successful.
Although this function has a return value, it never actually returns it. On success, it ends the process. On failure, it raises a fatal error.
You can specify which Data Management scene to jump to using the scene parameter.
| Value | The jump destination. |
|---|---|
nn::applet::CTR::DATA_MANAGEMENT_STREETPASS | The chance encounter management screen (default). |
The application will execute from the beginning upon returning from system settings. You can check whether there has been a return jump from system settings using nn::applet::CTR::IsFromMset().
CONFIDENTIAL