API reference
API reference
Select your platform
No SDKs available
No versions available

AdvancedAbuseReportOptions Class

Constructors

AdvancedAbuseReportOptions ()
Signature
Oculus.Platform.AdvancedAbuseReportOptions.AdvancedAbuseReportOptions()

Methods

AddSuggestedUser ( userID )
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.
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.AddSuggestedUser(UInt64 userID)
Parameters
userID: UInt64
Returns
void
ClearDeveloperDefinedContext ()
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.ClearDeveloperDefinedContext()
Returns
void
ClearSuggestedUsers ()
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.ClearSuggestedUsers()
Returns
void
SetDeveloperDefinedContext ( key , 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.
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.SetDeveloperDefinedContext(string key, string value)
Parameters
key: string
value: string
Returns
void
SetObjectType ( 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
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.SetObjectType(string value)
Parameters
value: string
Returns
void
SetReportType ( value )
The intended entity being reported, whether user or object/content.
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.SetReportType(AbuseReportType value)
Parameters
Returns
void
SetVideoMode ( 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.
Signature
void Oculus.Platform.AdvancedAbuseReportOptions.SetVideoMode(AbuseReportVideoMode value)
Parameters
Returns
void

Static Methods

operator IntPtr ( options )
For passing to native C.
Signature
static Oculus.Platform.AdvancedAbuseReportOptions.operator IntPtr(AdvancedAbuseReportOptions options)
Parameters