CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Properties | Public Member Functions | List of all members
CotcSdk.MatchInfo Class Reference

Description

Represents a basic match with less information associated than a real match. This is the kind of matches that you may find in sub-objects returned by some calls (list, etc.).

Properties

string MatchId [get]
 The ID of the match. More...
 

Public Member Functions

Promise< DoneDismissInvitation ()
 Dismisses a pending invitation for the current user and the match. Fails if the user has not been invited. More...
 

Property Documentation

◆ MatchId

string CotcSdk.MatchInfo.MatchId
get

The ID of the match.

Member Function Documentation

◆ DismissInvitation()

Promise<Done> CotcSdk.MatchInfo.DismissInvitation ( )

Dismisses a pending invitation for the current user and the match. Fails if the user has not been invited.

Returns
Promise resolved when the operation has completed.