C# Class Crosschat.Client.Model.Managers.AccountManager

Inheritance: ManagerBase
Afficher le fichier Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Méthodes publiques

Méthode Description
AccountManager ( IStorage storage, IDeviceInfo deviceInfo, ConnectionManager connectionManager, ProfileServiceProxy profileServiceProxy, RegistrationServiceProxy registrationServiceProxy, AuthenticationServiceProxy authenticationServiceProxy ) : System.Threading.Tasks
ChangePhoto ( byte photoData ) : Task
Deactivate ( ) : System.Threading.Tasks.Task
Register ( string name, string password, int age, bool sex, string country, string platform ) : Task
ValidateAccount ( ) : Task
ValidateAccount ( string name, string password ) : Task

Private Methods

Méthode Description
InitDeviceInfo ( ) : System.Threading.Tasks.Task

Method Details

AccountManager() public méthode

public AccountManager ( IStorage storage, IDeviceInfo deviceInfo, ConnectionManager connectionManager, ProfileServiceProxy profileServiceProxy, RegistrationServiceProxy registrationServiceProxy, AuthenticationServiceProxy authenticationServiceProxy ) : System.Threading.Tasks
storage IStorage
deviceInfo IDeviceInfo
connectionManager ConnectionManager
profileServiceProxy Crosschat.Client.Model.Proxies.ProfileServiceProxy
registrationServiceProxy Crosschat.Client.Model.Proxies.RegistrationServiceProxy
authenticationServiceProxy Crosschat.Client.Model.Proxies.AuthenticationServiceProxy
Résultat System.Threading.Tasks

ChangePhoto() public méthode

public ChangePhoto ( byte photoData ) : Task
photoData byte
Résultat Task

Deactivate() public méthode

public Deactivate ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Register() public méthode

public Register ( string name, string password, int age, bool sex, string country, string platform ) : Task
name string
password string
age int
sex bool
country string
platform string
Résultat Task

ValidateAccount() public méthode

public ValidateAccount ( ) : Task
Résultat Task

ValidateAccount() public méthode

public ValidateAccount ( string name, string password ) : Task
name string
password string
Résultat Task