mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Update doc
This commit is contained in:
parent
47f1ec78d4
commit
b068dc39eb
1 changed files with 4 additions and 3 deletions
|
@ -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 a new issue