mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Adding return type description in doc of StateService
This commit is contained in:
parent
e5bb7ae5cd
commit
3b022eee83
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ interface StateService {
|
|||
* @param eventType The type of event to send.
|
||||
* @param stateKey The state_key for the state to send. Can be an empty string.
|
||||
* @param body The content object of the event; the fields in this object will vary depending on the type of event
|
||||
*
|
||||
* @return the id of the created state event
|
||||
*/
|
||||
suspend fun sendStateEvent(eventType: String, stateKey: String, body: JsonDict): String
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue