Send typing notification #2240
This commit is contained in:
parent
80270d1cc5
commit
bfb6b32740
9 changed files with 62 additions and 2 deletions
|
|
@ -224,6 +224,12 @@ interface MatrixRoom : Closeable {
|
|||
progressCallback: ProgressCallback?
|
||||
): Result<MediaUploadHandler>
|
||||
|
||||
/**
|
||||
* Send a typing notification.
|
||||
* @param isTyping True if the user is typing, false otherwise.
|
||||
*/
|
||||
suspend fun typingNotice(isTyping: Boolean): Result<Unit>
|
||||
|
||||
/**
|
||||
* Generates a Widget url to display in a [android.webkit.WebView] given the provided parameters.
|
||||
* @param widgetSettings The widget settings to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue