Edit

Share via


ContextualSearchService Class

Definition

Provides methods to perform Xbox Live contextual search.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ContextualSearchService
type ContextualSearchService = class
    interface __IContextualSearchServicePublicNonVirtuals
Public NotInheritable Class ContextualSearchService
Inheritance
ContextualSearchService
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Methods

GetBroadcastsAsync(UInt32)

Get information to hydrate a UI for the end user to choose what data from a game they want to use to filter or sort the broadcast. Defaults to the top 100 broadcasts ordered by viewers descending with no filter

GetBroadcastsAsync(UInt32, UInt32, UInt32, String, Boolean, String)

Get information to hydrate a UI for the end user to choose what data from a game they want to use to filter or sort the broadcast

GetBroadcastsAsync(UInt32, UInt32, UInt32, String, Boolean, String, ContextualSearchFilterOperator, String)

Get information to hydrate a UI for the end user to choose what data from a game they want to use to filter or sort the broadcast

GetConfigurationAsync(UInt32)

Get information to hydrate a UI for the end user to choose what data from a game they want to use to filter or sort the broadcast

GetGameClipsAsync(UInt32, UInt32, UInt32, String, Boolean, String)

Get information to hydrate a UI that allows end users to filter or sort game clips

GetGameClipsAsync(UInt32, UInt32, UInt32, String, Boolean, String, ContextualSearchFilterOperator, String)

Get information to hydrate a UI that allows end users to filter or sort game clips

Applies to