onResult
abstract fun onResult(notificationTemplateList: NotificationTemplateList?, hasMore: Boolean, token: String?, e: SendbirdException?)
A callback for the response.
Since
4.6.0
Parameters
notificationTemplateList
NotificationTemplateList object holding json response payload
hasMore
Returned true if it has more template list.
token
Returned token to get next template list.
e
null
if no error.