Table of Contents

Class GameServices

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class GameServices
Inheritance
GameServices

Constructors

GameServices(CloudCredentialsPair)

public GameServices(CloudCredentialsPair credentialsPair)

Parameters

credentialsPair CloudCredentialsPair

Properties

AuthService

Log in the coherence Cloud.

public IAuthClient AuthService { get; }

Property Value

IAuthClient

KvStoreService

Key Value Store service, you can enable it in the Game Services section, in your Project in the coherence Dashboard.

public KvStoreClient KvStoreService { get; }

Property Value

KvStoreClient

MatchmakerService

public MatchmakerClient MatchmakerService { get; }

Property Value

MatchmakerClient