report
fun report(reportCategoryInfo: ReportCategoryInfo, reportDescription: String?, handler: CompletionHandler?)
Reports this channel of inappropriate activities.
Since
4.21.0
Parameters
report Category Info
ReportCategoryInfo.
report Description
Report description. (optional)
handler
Callback handler.
Deprecated
As of 4.21.0, use report(ReportCategoryInfo, String?, CompletionHandler?) instead.
Replace with
report(ReportCategoryInfo.from(reportCategory), reportDescription, handler)
Content copied to clipboard
Reports this channel of inappropriate activities.
Since
3.0.105
Parameters
report Category
report Description
Report description. (optional)
handler
Callback handler.