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

AbuseReportOptions Class

Constructors

AbuseReportOptions ()
Signature
Oculus.Platform.AbuseReportOptions.AbuseReportOptions()

Methods

SetPreventPeopleChooser ( value )
Set whether or not to show the user selection step in the report dialog.
Signature
void Oculus.Platform.AbuseReportOptions.SetPreventPeopleChooser(bool value)
Parameters
value: bool
Returns
void
SetReportType ( value )
The intended entity being reported, whether user or object/content.
Signature
void Oculus.Platform.AbuseReportOptions.SetReportType(AbuseReportType value)
Parameters
Returns
void

Static Methods

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