MetaPlatformSDK_AdvancedAbuseReportOptions

Inherits: RefCounted

Represents advanced options for an abuse report.

Description

Represents advanced options for an abuse report.

Methods

void

add_suggested_user ( int value )

void

clear_developer_defined_context ( )

void

clear_suggested_users ( )

void

set_developer_defined_context_string ( String key, String value )

void

set_object_type ( String value )

void

set_report_type ( AbuseReportType value )

void

set_video_mode ( AbuseReportVideoMode value )


Method Descriptions

void add_suggested_user ( int value )

Provide a list of users to suggest for reporting. This list should include users that the reporter has recently interacted with to aid them in selecting the right user to report.


void clear_developer_defined_context ( )

Clears the custom metadata of the report.


void clear_suggested_users ( )

Clears the list of users to suggest for reporting.


void set_developer_defined_context_string ( String key, String value )

This field is intended to allow developers to pass custom metadata through the report flow. The metadata passed through is included with the report received by the developer.


void set_object_type ( String value )

If report_type is object/content, a string representing the type of content being reported. This should correspond to the object_type string used in the UI.


void set_report_type ( AbuseReportType value )

The intended entity being reported, whether user or object/content.


void set_video_mode ( AbuseReportVideoMode value )

The video mode controls whether or not the abuse report flow should collect evidence and whether it is optional or not. "Collect" requires video evidence to be provided by the user. "Optional" presents the user with the option to provide video evidence. "Skip" bypasses the video evidence collection step altogether.