onResult

abstract fun onResult(customItems: Map<String, String>?, affectedKeys: List<String>?, e: SendBirdException?)

Callback method.

Since

0.7.0

Parameters

customItems

Result of the request. It would be null if error occurred.

affectedKeys

Affected custom item keys. It would be null if error occurred.