Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Public Attributes | Properties | Events | List of all members
Beamable.Editor.Login.UI.Model.CustomerModel Class Reference

Public Member Functions

void SetExistingCustomerData (string cidOrAlias, string email, string password)
 
void SetNewCustomer (string alias, string gameName, string email, string password)
 
void SetCustomerData (string email, string password)
 
void SetCidPid (string cid, string pid)
 
void SetPid (string pid)
 
void SetUserInfo (long id, string email)
 
void SetPasswordForgetData (string cid, string email)
 
void Clear ()
 
void SetPasswordCode (string code, string password)
 

Public Attributes

bool HasCid => !string.IsNullOrEmpty(CidOrAlias)
 
bool HasGame => !string.IsNullOrEmpty(Pid)
 
bool HasUser => !string.IsNullOrEmpty(Email)
 
bool HasRole => !string.IsNullOrEmpty(Role)
 
bool HasData => !string.IsNullOrEmpty(CidOrAlias) && string.IsNullOrEmpty(Pid)
 

Properties

string CidOrAlias [get]
 
string Pid [get]
 
long Id [get]
 
string Email [get, set]
 
string Role [get, set]
 
string Password [get, set]
 
string Code [get, set]
 
string PasswordConfirmation [get, set]
 

Events

Action OnUpdated
 

The documentation for this class was generated from the following file: