Class BeamableRegistrationStrategy
Inheritance
BeamableRegistrationStrategy
Assembly: cs.temp.dll.dll
Syntax
public class BeamableRegistrationStrategy : RegistrationStrategy
Constructors
BeamableRegistrationStrategy(Gameplay.Beamable, IActionService, String, String)
Declaration
public BeamableRegistrationStrategy(Gameplay.Beamable beamable, IActionService actionService, string email, string password)
Parameters
Fields
_actionService
Declaration
protected IActionService _actionService
Field Value
_beamable
Declaration
protected Gameplay.Beamable _beamable
Field Value
Type |
Description |
Gameplay.Beamable |
|
_email
Declaration
Field Value
_password
Declaration
protected string _password
Field Value
Methods
RequestBeamableRegistration()
Declaration
protected Task<EmptyResponse> RequestBeamableRegistration()
Returns
Type |
Description |
Task<EmptyResponse> |
|
RequestRegistration()
Declaration
public override void RequestRegistration()
Overrides