Edit

Share via


ClubsService Class

Definition

Represents the leaderboard service.

[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 ClubsService
type ClubsService = class
    interface __IClubsServicePublicNonVirtuals
Public NotInheritable Class ClubsService
Inheritance
ClubsService
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Methods

CreateClubAsync(String, ClubType, String)

Creates a club.

DeleteClubAsync(String)

Deletes a club.

GetClubAssociationsAsync()

Returns details about all the clubs the caller is associated with.

GetClubAssociationsAsync(String)

Returns details about all the clubs a particular user is associated with.

GetClubAsync(String)

Get information about a club.

GetClubRecommendationsAsync()

Get recommended clubs for the caller.

GetClubsAsync(IVectorView<String>)
GetClubsOwnedAsync()

Get information about the clubs the caller owns.

SearchClubsAsync(String, IVectorView<String>, IVectorView<String>)
SuggestClubsAsync(String, IVectorView<String>, IVectorView<String>)

Applies to