Classes
| Class | Description | |
|---|---|---|
| ApplicationStatistics |
| |
| AppMetadata |
Represents a collection of application level metadata items. You can access this class through the BuddyClient object.
| |
| AppMetadataTaskWrappers | ||
| AuthenticatedUser |
Represents a user that has been authenticated with the Buddy Platform. Use this object to interact with the service on behalf of the user.
| |
| AuthenticatedUserTaskWrappers | ||
| BuddyCallbackParams |
Represents an object that wraps a number of different callback return values.
| |
| BuddyCallCanceledException |
Occurs when an asynchronous call gets cancelled.
| |
| BuddyClient |
Represents the main class and entry point to the Buddy platform. Use this class to interact with the platform, create and login users and modify general
application level properties like Devices and Metadata.
| |
| BuddyClientTaskWrappers | ||
| BuddyServiceError |
Represents a Buddy Service error. Service errors are usually generated by invoking some of the SDK methods with bad arguments.
| |
| BuddyServiceException |
Occurs when there is an error processing the service request.
| |
| CheckInLocation | ||
| Device |
Represents an object that can be used to record device analytics, like device types and app crashes.
| |
| DeviceTaskWrappers | ||
| FriendRequests |
Represents a collection of friend requests. Use the Add method to request a friend connection from another user.
| |
| FriendRequestsTaskWrappers | ||
| Friends |
Represents a collection of friends. Use the AuthenticatedUser.Friends property to access this object.
| |
| FriendsTaskWrappers | ||
| GameBoards |
Represents an object the can be used to retrieve Buddy Game Boards and Scores.
| |
| GameBoardsTaskWrappers | ||
| GamePlayer |
Represents a game player object.
| |
| GamePlayers |
Represents a player in a game. The Player object tracks game specific items such as board, ranks, and other data specific to building game leader boards and other game related constructs.
| |
| GamePlayersTaskWrappers | ||
| GameScore |
Represents an object that describes a single game score entry.
| |
| GameScores |
Represents a class that can be used to add, retrieve or delete game scores for any user in the system.
| |
| GameScoresTaskWrappers | ||
| GameState |
Represents a single game state object.
| |
| GameStates |
Represents a class that can be used to add, retrieve or delete game state data for any user in the system.
| |
| GameStatesTaskWrappers | ||
| GroupMessage |
Represets a message that was sent to a group of users through AuthenticatedUser.Messages.Groups.SendMessageAsync.
| |
| Identity |
Represents a class that can access identity values for a user or search for values accross the entire app. Identity values can be used to share public
information between users, for example hashes of email address that can be used to check whether a certain user is in the system.
| |
| IdentityItem |
Represents an identity item that belongs to a user.
| |
| IdentityItemSearchResult |
Represents a single identity search result. Use the AuthenticatedUser.IdentityValues.CheckForValues() method to search for items. A search item
can belong to any user in the system.
| |
| IdentityTaskWrappers | ||
| Message |
Represents a single message that one user sent to another.
| |
| MessageGroup |
Represents a single message group. Message groups are groups of users that can message each other. Groups can either be public, with anyone being able
to join them, or private - where only the user that create the group can add other users to it.
| |
| MessageGroups |
Represents an object that can be used to create or query message groups for the app.
| |
| MessageGroupsTaskWrappers | ||
| MessageGroupTaskWrappers | ||
| Messages |
Represents an object that can be used to send message from one user to another.
| |
| MessagesTaskWrappers | ||
| MetadataItem |
Represents a single item of metadata. Metadata is used to store custom key/value pairs at the application or user level.
| |
| MetadataItemTaskWrappers | ||
| MetadataSum |
Represents the sum of a collection of metadata items with a similar key.
| |
| Notifications |
Represents an object that you can use to send or recieve push notifications. Note that you can only recieve phone notifications on Windows Phone or Windows 8 Metro Apps.
| |
| NotificationsAndroid |
Represents an object that can be used to register Android devices for push notifications. The class can also be used to query for all registered devices and
to send them notifications.
| |
| NotificationsAndroidTaskWrappers | ||
| NotificationsApple |
Represents an object that can be used to register Apple devices for push notifications. The class can also be used to query for all registered devices and
to send them notifications.
| |
| NotificationsAppleTaskWrappers | ||
| NotificationsTaskWrappers | ||
| NotificationsWin8 |
Represents an object that can be used to register Win8 devices for push notifications. The class can also be used to query for all registered devices and
to send them notifications.
| |
| NotificationsWin8TaskWrappers | ||
| PhotoAlbum |
Represent a single Buddy photo album. Albums are collections of photo that can be manipulated by their owner (the user that created the album). Albums
can be public in which case other users can see them (but no modify).
| |
| PhotoAlbumPublic |
Represents a public photo album. Public albums are returned from album searches.
| |
| PhotoAlbums |
Represents a object that can be used to interact with an AuthenticatedUser's photo albums.
| |
| PhotoAlbumsTaskWrappers | ||
| PhotoAlbumTaskWrappers | ||
| Picture |
Represents a single picture on the Buddy Platform. Pictures can be accessed through an AuthenticatedUser, either by using the PhotoAlbums property to retrieve
Pictures that belong to the user, or using the SearchForAlbums method to find public Pictures.
| |
| PicturePublic |
Represents a single picture on the Buddy Platform. This is a public view of a picture, can be retrieve either by getting a User's profile pictures or
by searching for albums.
| |
| PictureTaskWrappers | ||
| Place |
Represents a single, named location in the Buddy system that's not a user. Locations are related to stores, hotels, parks, etc.
| |
| Places |
Represents an object that can be used to search for physical locations around the user.
| |
| PlacesTaskWrappers | ||
| PlaceTaskWrappers | ||
| RegisteredDevice | ||
| RegisteredDeviceAndroid | ||
| RegisteredDeviceApple | ||
| RegisteredDeviceWin8 | ||
| ServiceUnkownErrorException |
Occurs when an unkown error is returned from the service. Possible causes are network issues, service disruption, etc.
| |
| User |
Represents a public user profile. Public user profiles are usually returned when looking at an AuthenticatedUser's friends or making a search with FindUser.
| |
| UserMetadata |
Represents an object used to access and modify user metadata items. You need an AuthenticatedUser to access this class.
| |
| UserMetadataTaskWrappers | ||
| UserTaskWrappers | ||
| VirtualAlbum |
Represents a single virtual album. Unlike normal photoalbums any user may add existing photos to a virtual album.
Only the owner of the virtual album can delete the album however.
| |
| VirtualAlbums |
Represents a class that can be used to interact with virtual albums. Unlike normal photoalbums any user may add existing photos to a virtual album.
Only the owner of the virtual album can delete the album however.
| |
| VirtualAlbumsTaskWrappers | ||
| VirtualAlbumTaskWrappers |
Enumerations
| Enumeration | Description | |
|---|---|---|
| UserGender |
Represents the gender of a user.
| |
| UserStatus |
Represents the status of the user.
|