Update doc

This commit is contained in:
Benoit Marty 2021-02-05 11:36:12 +01:00
parent 47f1ec78d4
commit b068dc39eb
1 changed files with 4 additions and 3 deletions

View File

@ -97,10 +97,11 @@ interface WidgetService {
): LiveData<List<Widget>> ): LiveData<List<Widget>>
/** /**
* Creates a new widget in a room. It makes sure you have the rights to handle this. * Creates and send a new widget in a room. It makes sure you have the rights to handle this.
* *
* @param roomId: the room where you want to deactivate the widget. * @param roomId the room where you want to create the widget.
* @param widgetId: the widget to deactivate. * @param widgetId the widget to create.
* @param content the content of the widget
* @param callback the matrix callback to listen for result. * @param callback the matrix callback to listen for result.
* @return Cancelable * @return Cancelable
*/ */