Class OnlineSafety
Checks to test if a user can perform certain online actions on the PS5 system
Namespace: Unity.PSN.PS5.Checks
Syntax
public class OnlineSafety
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal OnlineSafety queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |