Windows.ApplicationModel.SocialInfo.SocialInfoContract
Represents the child item of a SocialFeedItem.
SocialFeedChildItem is deprecated and might not work on all platforms. For more info, see MSDN.
Initializes a new instance of the SocialFeedChildItem class.
Gets the author of the child item.
The author of the child item.
Gets the primary SocialFeedContent object associated with the child item.
The primary SocialFeedContent object associated with the child item.
Gets the secondary SocialFeedContent object associated with the child item.
The secondary SocialFeedContent object associated with the child item.
Gets a social media item that was shared with the user by another user of the service.
A social media item that was shared with the user.
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this child item.
The Uniform Resource Identifier (URI) associated with the child item.
Gets a list of thumbnail images associated with the child item.
A list of thumbnail images associated with the child item.
Gets or sets the timestamp for the child item.
The timestamp for the child item.
Represents a social media message.
SocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.
Gets or sets the social media message.
The social media message.
Gets or sets the Uniform Resource Identifier (URI) to the target of the content.
The Uniform Resource Identifier (URI) of the content.
Gets or sets the title of the content.
The title of the content.
Represents a social media feed item.
SocialFeedItem is deprecated and might not work on all platforms. For more info, see MSDN.
Initializes a new instance of the SocialFeedItem class.
Gets the author of the social media feed item.
The author of the social media feed item.
Gets or sets the number of unseen items displayed on the app badge.
The number of unseen items displayed on the app badge.
Gets or sets the badge style for the app.
The badge style for the app.
Gets or sets the child item associated with this social feed item.
The child item associated with this social feed item.
Gets the primary SocialFeedContent object associated with the item.
The primary SocialFeedContent object associated with the item.
Gets or sets the value used to identify this item on the provider's system.
The value used to identify this item on the provider's system.
Gets the secondary SocialFeedContent object associated with this item.
The secondary SocialFeedContent object associated with this item.
Gets a social media item that was shared with the user by another user of the service.
A social media item that was shared with the user by another user of the service.
Gets or set the style of this item, such as photo or default.
The style of this item.
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this item.
The Uniform Resource Identifier (URI) associated with this item.
Gets a list of thumbnail images associated with this item.
A list of thumbnail images associated with this item.
Gets or sets the timestamp for this item.
The timestamp for this item.
Defines the types of social media feed items.
SocialFeedItemStyle is deprecated and might not work on all platforms. For more info, see MSDN.
Default value
A photo item
Defines the types of social media feeds.
SocialFeedKind is deprecated and might not work on all platforms. For more info, see MSDN.
A contact feed
A dashboard feed
A home feed
Represents a social media item that was shared with the user by another user of the service.
SocialFeedSharedItem is deprecated and might not work on all platforms. For more info, see MSDN.
Initializes a new instance of the SocialFeedSharedItem class.
Gets the SocialFeedContent object associated with the shared item.
The SocialFeedContent object associated with the shared item.
Gets or sets the original Uniform Resource Identifier (URI) of the shared item.
The original Uniform Resource Identifier (URI) of the shared item.
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this shared item.
The Uniform Resource Identifier (URI) associated with the shared item.
Gets or sets a thumbnail image associated with this shared item.
A thumbnail image associated with this shared item.
Gets or sets the timestamp for this shared item.
The timestamp for this shared item.
Defines the modes for updating a social media feed.
SocialFeedUpdateMode is deprecated and might not work on all platforms. For more info, see MSDN.
Append mode
Replace mode
Defines app badge types.
SocialItemBadgeStyle is deprecated and might not work on all platforms. For more info, see MSDN.
Hidden badge
Visible badge
Visible badge with an unseen items count displayed
Represents a thumbnail image associated with a social media feed item.
SocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.
Initializes a new instance of the SocialItemThumbnail class.
Gets or sets the size of the thumbnail bitmap image.
The size of the thumbnail bitmap image.
Gets or sets the Uniform Resource Identifier (URI) to the image file for this thumbnail.
The Uniform Resource Identifier (URI) to the image file for this thumbnail.
Gets or sets the Uniform Resource Identifier (URI) to the target item associated with this thumbnail.
The Uniform Resource Identifier (URI) to the target item associated with this thumbnail.
Asynchronously sets the image for this thumbnail from a local stream.
ISocialItemThumbnail is deprecated and might not work on all platforms. For more info, see MSDN.
The image stream.
An async action indicating that the operation has completed.
Represents a user of a social media provider service.
SocialUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.
Gets or sets the name of the social media user, suitable for display.
The name of the social media user, suitable for display.
Gets or sets a value that identifies the user on the social media service.
A value that identifies the user on the social media service.
Gets or sets the Uniform Resource Identifier (URI) to the user on the social media system.
The Uniform Resource Identifier (URI) to the user on the social media system.
Gets or sets the username for the user on the social media service.
The username for the user on the social media service.
Represents a task that can update dashboard items.
SocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.
Gets a SocialFeedContent object which can be updated.
A SocialFeedContent object which can be updated.
Gets the ID that identifies the user on the provider's system.
The ID that identifies the user on the provider's system.
Gets or sets the uniform resource identifier (URI) that is navigated to when the user taps the item.
The URI that is navigated to when the user taps the item.
Gets or sets the thumbnail image for the dashboard item.
The thumbnail image for the dashboard item.
Gets or sets the timestamp for the update.
The timestamp for the update.
Asynchronously submits the update after all the properties have been set.
ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.
An async action indicating that the operation has completed.
Represents a task the can be used to update a social media feed.
SocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.
Gets the list of social media feed items.
The list of social media feed items.
Gets the type of the social media feed.
The type of the social media feed.
Gets the ID that identifies the user on the provider's system.
The ID that identifies the user on the provider's system.
Asynchronously submits the update after all the properties have been set.
ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.
An async action indicating that the operation has completed.
Provides functionality for an app to use social media extensibility.
SocialInfoProviderManager is deprecated and might not work on all platforms. For more info, see MSDN.
Creates a new SocialDashboardItemUpdater object that can be used as a task.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
The ID that identifies the user on the provider's system.
The newly created SocialDashboardItemUpdater object.
Creates a new SocialFeedUpdater object that can be used as a task.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
The type of the social media feed to create.
Specifies append or replace mode.
The ID that identifies the user on the provider's system.
The newly created SocialFeedUpdater object.
Deprovisions an app from using social media extensibility.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
An async action indicating that the operation has completed.
Provisions the app to use social media extensibility.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
A Boolean value indicating if the operation was successful.
Alerts the system that new social media content is available from this app.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
The ID that identifies the user on the provider's system.
The type of the social media feed.
Updates the count value on the lock screen badge.
ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.
Identifies the contact on the provider's system.
The new count value to display on the badge.