Class BeamableSignInStrategy
Inheritance
BeamableSignInStrategy
Assembly: cs.temp.dll.dll
Syntax
public class BeamableSignInStrategy : SignInStrategy
Constructors
BeamableSignInStrategy(Gameplay.Beamable, IActionService, String, String)
Declaration
public BeamableSignInStrategy(Gameplay.Beamable beamable, IActionService actionService, string userName, string password)
Parameters
Fields
_actionService
Declaration
protected IActionService _actionService
Field Value
_beamable
Declaration
protected Gameplay.Beamable _beamable
Field Value
| Type |
Description |
| Gameplay.Beamable |
|
_password
Declaration
protected string _password
Field Value
_userName
Declaration
protected string _userName
Field Value
Methods
HandleUserChanged(User)
Declaration
protected void HandleUserChanged(User user)
Parameters
| Type |
Name |
Description |
| User |
user |
|
RequestBeamableSignIn()
Declaration
protected Task<EmptyResponse> RequestBeamableSignIn()
Returns
| Type |
Description |
| Task<EmptyResponse> |
|
RequestSignIn()
Declaration
public override void RequestSignIn()
Overrides