文档说明使用有效会话返回登录的ParseUser。但如果没有当前登录的用户,它会返回什么?我没有在文档中看到。
/**
* This retrieves the currently logged in ParseUser with a valid session, either from memory or
* disk if necessary.
*
* @return The currently logged in ParseUser
*/
public static ParseUser getCurrentUser() {
return getCurrentUser(isAutomaticUserEnabled());
}