Show / Hide Table of Contents

    Class BeamableRegistrationStrategy

    Inheritance
    Object
    RegistrationStrategy
    BeamableRegistrationStrategy
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core.PlayerAuth
    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
    Type Name Description
    Gameplay.Beamable beamable
    IActionService actionService
    String email
    String password

    Fields

    _actionService

    Declaration
    protected IActionService _actionService
    Field Value
    Type Description
    IActionService

    _beamable

    Declaration
    protected Gameplay.Beamable _beamable
    Field Value
    Type Description
    Gameplay.Beamable

    _email

    Declaration
    protected string _email
    Field Value
    Type Description
    String

    _password

    Declaration
    protected string _password
    Field Value
    Type Description
    String

    Methods

    RequestBeamableRegistration()

    Declaration
    protected Task<EmptyResponse> RequestBeamableRegistration()
    Returns
    Type Description
    Task<EmptyResponse>

    RequestRegistration()

    Declaration
    public override void RequestRegistration()
    Overrides
    RegistrationStrategy.RequestRegistration()
    Back to top Copyright © 2020 East Side Games Inc.