Show / Hide Table of Contents

Interface UM_iSignInClient

A client to interact with sing-in flow.

Namespace: SA.CrossPlatform.GameServices
Assembly: cs.temp.dll.dll
Syntax
public interface UM_iSignInClient

Properties

OnPlayerUpdated

Fired when player info is changed. Player Singed in / Signed out / Changed Account

Declaration
SA_iEvent OnPlayerUpdated { get; }
Property Value
Type Description
SA_iEvent

PlayerInfo

Current Player info Use this property to find out current UM_PlayerState and get singed UM_iPlayer object

Declaration
UM_PlayerInfo PlayerInfo { get; }
Property Value
Type Description
UM_PlayerInfo

Methods

SignIn(Action<SA_Result>)

Starts Sing In flow

Declaration
void SignIn(Action<SA_Result> callback)
Parameters
Type Name Description
Action<SA_Result> callback

Operation async callback

SignOut(Action<SA_Result>)

Starts Sing Out flow

Declaration
void SignOut(Action<SA_Result> callback)
Parameters
Type Name Description
Action<SA_Result> callback

Operation async callback

SingIn(Action<SA_Result>)

Declaration
void SingIn(Action<SA_Result> callback)
Parameters
Type Name Description
Action<SA_Result> callback
In This Article
Back to top Generated by DocFX