report

fun report(reportCategoryInfo: ReportCategoryInfo, reportDescription: String?, handler: CompletionHandler?)

Reports this channel of inappropriate activities.

Since

4.21.0

Parameters

reportCategoryInfo

ReportCategoryInfo.

reportDescription

Report description. (optional)

handler

Callback handler.


fun report(reportCategory: ReportCategory, reportDescription: String?, handler: CompletionHandler?)

Deprecated

As of 4.21.0, use report(ReportCategoryInfo, String?, CompletionHandler?) instead.

Replace with

report(ReportCategoryInfo.from(reportCategory), reportDescription, handler)

Reports this channel of inappropriate activities.

Since

3.0.105

Parameters

reportCategory
reportDescription

Report description. (optional)

handler

Callback handler.