nn::friends::CTR::HasLoggedIn Functionbool HasLoggedIn();
None.
true if the local application is logged in; otherwise, returns false. The local host is definitely logged in if this function returns true, but is not necessarily offline if this function returns false. THis is because it may return false even if the system has sent a login request.| Value | Description |
|---|---|
true |
The local application is logged into the friend server. |
false |
The local application is not logged into the friend server. |
Checks the login status of the local application.
Checks if the local application is currently online after calling the nn::friends::CTR::Login function.
CONFIDENTIAL