Yottabyte  1.0
An AI powerd app meant to detect polluted beaches and organise clean up events.
Yottabyte.Client.Services.IUsersServices Interface Reference

Interface for the user services More...

+ Inheritance diagram for Yottabyte.Client.Services.IUsersServices:

Public Member Functions

Task< String > CreateUser (UserIM user, Stream avatarStream, string filename)
 Register handler More...
 

Events

Action OnChange
 Action for checking if a data needs to be updated in the DOM More...
 

Detailed Description

Interface for the user services

Definition at line 13 of file IUsersServices.cs.

Member Function Documentation

◆ CreateUser()

Task< String > Yottabyte.Client.Services.IUsersServices.CreateUser ( UserIM  user,
Stream  avatarStream,
string  filename 
)

Register handler

Parameters
userThe user info
avatarStreamThe image as file stream
filenameName of the image
Returns
Was register success?

Implemented in Yottabyte.Client.Services.UserServices.

Event Documentation

◆ OnChange

Action Yottabyte.Client.Services.IUsersServices.OnChange

Action for checking if a data needs to be updated in the DOM

Definition at line 18 of file IUsersServices.cs.


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