Adding return type description in doc of StateService
This commit is contained in:
parent
e5bb7ae5cd
commit
3b022eee83
@ -84,7 +84,7 @@ interface StateService {
|
|||||||
* @param eventType The type of event to send.
|
* @param eventType The type of event to send.
|
||||||
* @param stateKey The state_key for the state to send. Can be an empty string.
|
* @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
|
* @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
|
suspend fun sendStateEvent(eventType: String, stateKey: String, body: JsonDict): String
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user