Class UserSystem
User profile information, presence information, and friend lists
Namespace: Unity.PSN.PS5.Users
Syntax
public class UserSystem
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal UserSystem queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |
Events
OnReachabilityNotification
Event called when a PSN reachability state changes. To start notifications call Unity.PSN.PS5.Users.UserSystem.Start. To stop notifications call UserSystem.StopSignedStateCallbackRequest.
Declaration
public static event UserSystem.ReachabilityNotification OnReachabilityNotification
Event Type
| Type | Description |
|---|---|
| UserSystem.ReachabilityNotification |
OnSignedInNotification
Event called when a users signs into or out of PSN. To start notifications call UserSystem.StartSignedStateCallbackRequest. To stop notifications call UserSystem.StopSignedStateCallbackRequest.
Declaration
public static event UserSystem.SignedInStateNotification OnSignedInNotification
Event Type
| Type | Description |
|---|---|
| UserSystem.SignedInStateNotification |