AbuseReportOptions
()
|
Signature
com.meta.horizon.platform.ovr.options.AbuseReportOptions.AbuseReportOptions() |
finalize
()
|
Signature
void com.meta.horizon.platform.ovr.options.AbuseReportOptions.finalize() Returns void |
getHandle
()
|
Signature
long com.meta.horizon.platform.ovr.options.AbuseReportOptions.getHandle() Returns long |
setPreventPeopleChooser
(
value
)
|
Set whether or not to show the user selection step. If the reported object is a user, they can choose to block the reported user from further interactions within the platform.
Signature
AbuseReportOptions com.meta.horizon.platform.ovr.options.AbuseReportOptions.setPreventPeopleChooser(boolean value) Parameters value: booleanReturns AbuseReportOptions |
setReportType
(
value
)
|
The intended entity type AbuseReportType being reported, it can be either a user com.meta.horizon.platform.ovr.enums.AbuseReportType#User or an object/content com.meta.horizon.platform.ovr.enums.AbuseReportType#Object.
Signature
AbuseReportOptions com.meta.horizon.platform.ovr.options.AbuseReportOptions.setReportType(AbuseReportType value) Parameters value: AbuseReportTypeReturns AbuseReportOptions |