Update doc
This commit is contained in:
parent
47f1ec78d4
commit
b068dc39eb
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue