The AuthenticatedUser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddProfilePhotoAsync |
Add a profile photo for this user.
| |
| CheckInAsync |
Check-in the user at a location.
| |
| DeleteAsync |
Delete this user.
| |
| DeleteProfilePhotoAsync |
Delete a profile photo for this user. You can use the GetProfilePhotosAsync method to retrieve all the profile photos.
| |
| Equals | (Inherited from Object.) | |
| FindUserAsync(Action<(Of <<'(User, BuddyCallbackParams>)>>), Int32, Object) |
Find the public profile of a user from their unique User ID. This method can be used to find any user associated with this Application.
| |
| FindUserAsync(Action<(Of <<'(List<(Of <<'(User>)>>), BuddyCallbackParams>)>>), Double, Double, UInt32, UInt32, UserGender, UInt32, UInt32, UserStatus, UInt32, String, Object) |
Find the public profiles of all users that match the serch parameters.
| |
| GetCheckInsAsync |
Get a list of user check-in locations.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPictureAsync |
Retrieve a picture by its unique ID. Any picture that the user owns or is publicly available can be retrieved.
| |
| GetProfilePhotosAsync |
Gets a list of profile photos for this user.
(Inherited from User.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SearchForAlbumsAsync |
Search for public albums from other users.
| |
| SetProfilePhotoAsync |
Set a new "active" profile photo from the list of profile photos that the user has uploaded. The photo needs to be already uploaded.
| |
| ToString | (Overrides User..::..ToString()()()().) | |
| UpdateAsync |
Update the profile of this user.
|
Extension Methods
| Name | Description | |
|---|---|---|
| AddProfilePhoto | (Defined by AuthenticatedUserTaskWrappers.) | |
| CheckIn | (Defined by AuthenticatedUserTaskWrappers.) | |
| Delete | (Defined by AuthenticatedUserTaskWrappers.) | |
| DeleteProfilePhoto | (Defined by AuthenticatedUserTaskWrappers.) | |
| FindUser(Int32, Object) | Overloaded. (Defined by AuthenticatedUserTaskWrappers.) | |
| FindUser(Double, Double, UInt32, UInt32, UserGender, UInt32, UInt32, UserStatus, UInt32, String, Object) | Overloaded. (Defined by AuthenticatedUserTaskWrappers.) | |
| GetCheckIns | (Defined by AuthenticatedUserTaskWrappers.) | |
| GetPicture | (Defined by AuthenticatedUserTaskWrappers.) | |
| GetProfilePhotos(Object) | Overloaded. (Defined by UserTaskWrappers.) | |
| GetProfilePhotos(Object) | Overloaded. (Defined by AuthenticatedUserTaskWrappers.) | |
| SearchForAlbums | (Defined by AuthenticatedUserTaskWrappers.) | |
| SetProfilePhoto | (Defined by AuthenticatedUserTaskWrappers.) | |
| Update | (Defined by AuthenticatedUserTaskWrappers.) |
Properties
| Name | Description | |
|---|---|---|
| Age |
Gets the age of this user.
(Inherited from User.) | |
| ApplicationTag |
Gets the optional application tag for the user.
(Inherited from User.) | |
| CelebrityMode |
Gets whether celebrity mode is enabled for this user. When enabled the user will be hidden from all searches in the system.
| |
| CreatedOn |
Gets the date this user was created.
(Inherited from User.) | |
| DistanceInKilometers |
If this user profile was returned from a search, gets the distance in kilometers from the search origin.
(Inherited from User.) | |
| DistanceInMeters |
If this user profile was returned from a search, gets the distance in meters from the search origin.
(Inherited from User.) | |
| DistanceInMiles |
If this user profile was returned from a search, gets the distance in miles from the search origin.
(Inherited from User.) | |
| DistanceInYards |
If this user profile was returned from a search, gets the distance in yards from the search origin.
(Inherited from User.) | |
Gets the email of the user. Can be an empty string or null.
| ||
| FriendRequestPending |
Does this user have a friends request pending.
(Inherited from User.) | |
| Friends |
Gets the collection of friends for this user. Note that the actual friends information is loaded on demand when you call the All or Get method.
| |
| GameScores |
Add and remove gamescore for this user.
(Inherited from User.) | |
| GameStates |
Add and remove GameStates for this user.
(Inherited from User.) | |
| Gender |
Gets the gender of the user.
(Inherited from User.) | |
| ID |
Gets the system-wide unique ID of the user.
(Inherited from User.) | |
| IdentityValues |
Gets the collection of identity values for the user.
| |
| LastLoginOn |
Gets the last time this user logged on to the platform.
(Inherited from User.) | |
| Latitude |
Gets the latitude of the last check-in for this user.
(Inherited from User.) | |
| LocationFuzzing |
Gets whether location fuzzing is enabled. When enabled any reported locations for this user will be randomized for a few miles. This is a security feature
that makes it difficult for users to track each other.
| |
| Longitude |
Gets the longitude of the last check-in for this user.
(Inherited from User.) | |
| Messages |
Gets an object that can be used to send or receive messages, create message groups, etc.
| |
| Metadata |
Gets the collection of user metadata. Note that the actual metadata is loaded on demand when you call the All or Get method.
| |
| Name |
Gets the name of the user.
(Inherited from User.) | |
| PhotoAlbums |
Gets the collection of photo albums for this user. Note that the actual album information is loaded on demand when you call the All or Get method.
| |
| Places |
Gets an object that can be user for search for locations around the user (places, not other users).
| |
| ProfilePicture |
Gets the profile picture for this user.
(Inherited from User.) | |
| PushNotifications |
Gets an object that can be used to register a device for push notifications, send notifications or query the state of devices and groups.
| |
| Status |
Gets the status of the user.
(Inherited from User.) | |
| Token |
Gets the unique user token that is the secret used to log-in this user. Each user has a unique ID, a secret user token and a user/pass combination.
| |
| VirtualAlbums |
Gets the collection of virtual albums for this users. All virtual albums are owned by a single user, however any user may add existing photos to the album. Only the owner of the virtual album can delete the album.
|