Get Current User¶
An Android or a Java application can retrieve an instance of BackendlessUser
representing the currently logged in user using the following API call:
public BackendlessUser Backendless.UserService.CurrentUser();
If a user is not logged in, the method returns null
.