![]() |
Yottabyte
1.0
An AI powerd app meant to detect polluted beaches and organise clean up events.
|
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... | |
Interface for the user services
Definition at line 13 of file IUsersServices.cs.
| Task< String > Yottabyte.Client.Services.IUsersServices.CreateUser | ( | UserIM | user, |
| Stream | avatarStream, | ||
| string | filename | ||
| ) |
Register handler
| user | The user info |
| avatarStream | The image as file stream |
| filename | Name of the image |
Implemented in Yottabyte.Client.Services.UserServices.
| 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.