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