Submit player-generated moderation reports to LootLocker.
◆ CreateAssetReport()
| static void LootLocker.Requests.LootLockerSDKManager.CreateAssetReport |
( |
ReportsCreateAssetRequest |
input, |
|
|
Action< LootLockerReportsCreateAssetResponse > |
onComplete, |
|
|
string |
forPlayerWithUlid = null |
|
) |
| |
|
inlinestatic |
Create a report of an asset.
- Parameters
-
| input | The report to upload |
| onComplete | onComplete Action for handling the response of type LootLockerReportsCreateAssetResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
◆ CreatePlayerReport()
| static void LootLocker.Requests.LootLockerSDKManager.CreatePlayerReport |
( |
ReportsCreatePlayerRequest |
input, |
|
|
Action< LootLockerReportsCreatePlayerResponse > |
onComplete, |
|
|
string |
forPlayerWithUlid = null |
|
) |
| |
|
inlinestatic |
Create a report of a player.
- Parameters
-
| input | The report to upload |
| onComplete | onComplete Action for handling the response of type LootLockerReportsCreatePlayerResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
◆ GetRemovedUGCForPlayer()
| static void LootLocker.Requests.LootLockerSDKManager.GetRemovedUGCForPlayer |
( |
GetRemovedUGCForPlayerInput |
input, |
|
|
Action< LootLockerReportsGetRemovedAssetsResponse > |
onComplete, |
|
|
string |
forPlayerWithUlid = null |
|
) |
| |
|
inlinestatic |
Get removed UGC for the current player.
If any of their UGC has been removed as a result of reports they will be returned in this method.
- Parameters
-
| input | The report to upload |
| onComplete | onComplete Action for handling the response of type LootLockerReportsGetRemovedAssetsResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
◆ GetReportTypes()
| static void LootLocker.Requests.LootLockerSDKManager.GetReportTypes |
( |
Action< LootLockerReportsGetTypesResponse > |
onComplete, |
|
|
string |
forPlayerWithUlid = null |
|
) |
| |
|
inlinestatic |
Retrieves the different types of report possible.
These can be changed in the web interface or through the Admin API.
- Parameters
-
| onComplete | onComplete Action for handling the response of type LootLockerReportsGetTypesResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |