SocialInfoProviderManager.ReportNewContentAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alerts the system that new social media content is available from this app.
public:
static void ReportNewContentAvailable(Platform::String ^ contactRemoteId, SocialFeedKind kind);
static void ReportNewContentAvailable(winrt::hstring const& contactRemoteId, SocialFeedKind const& kind);
/// [Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
static void ReportNewContentAvailable(winrt::hstring const& contactRemoteId, SocialFeedKind const& kind);
public static void ReportNewContentAvailable(string contactRemoteId, SocialFeedKind kind);
[Windows.Foundation.Metadata.Deprecated("ISocialInfoProviderManagerStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
public static void ReportNewContentAvailable(string contactRemoteId, SocialFeedKind kind);
function reportNewContentAvailable(contactRemoteId, kind)
Public Shared Sub ReportNewContentAvailable (contactRemoteId As String, kind As SocialFeedKind)
Parameters
- contactRemoteId
-
String
Platform::String
winrt::hstring
The ID that identifies the user on the provider's system.
- kind
- SocialFeedKind
The type of the social media feed.
- Attributes