Enum OnlineSafety.CRStatus
Indicates whether or not the account is restricted from communicating on the platform. Also shows if the account can't access PSN for another reason
Namespace: Unity.PSN.PS5.Checks
Syntax
public enum CRStatus : uint
Fields
| Name | Description |
|---|---|
| CheckFailed | The checked failed for some reason during a SDK method call. |
| NotChecked | The status hasn't been checked. |
| NotSignedUp | The user is not signed up to use PSN and has no PSN account. |
| Restricted | The account is restricted from communicating on the platform. |
| SignedOut | The user is signed out from PSN. |
| Unrestricted | The account is not restricted from communicating on the platform. |
| UserNotFound | The user was not found of the system. |