Namespace Unity.PSN.PS5.Users
Classes
UserSystem
User profile information, presence information, and friend lists
UserSystem.AddUserRequest
Add a user to the system. This should be called when a user logs onto the system
UserSystem.BasicPresence
Basic user presense
UserSystem.GetBasicPresencesRequest
Request a list of user presences
UserSystem.GetBlockingUsersRequest
Requesta list of blocked users
UserSystem.GetFriendsRequest
Obtains a friend list
UserSystem.GetProfilesRequest
Request a list of user profiles
UserSystem.ProfilePicture
The user's profile picture
UserSystem.ReachabilityEvent
Callback that receives notifications for PlayStation™Network reachability state changes
UserSystem.RemoveUserRequest
Remove a user from the system. This should be called when a user logs off.
UserSystem.SignedInEvent
The premium notification data containing the type and user
UserSystem.StartReachabilityStateCallbackRequest
Start notifying the PSN reachability state. OnReachabilityNotification
UserSystem.StartSignedStateCallbackRequest
Start notifying the sign-in state. OnSignedInNotification
UserSystem.StopReachabilityStateCallbackRequest
Stop notifying the PSN reachability state
UserSystem.StopSignedStateCallbackRequest
Stop notifying the sign-in state
UserSystem.UserPersonalDetails
Personal Details of user
UserSystem.UserProfile
User's profile
Enums
UserSystem.BasicPresence.OnlineStates
Online status of a user
UserSystem.GetFriendsRequest.Filters
Filter when obtaining a friend list.
UserSystem.GetFriendsRequest.Order
Sort order for friend list
UserSystem.ProfilePicture.Sizes
Image size
UserSystem.ReachabilityStates
PSN Reachability states
UserSystem.SignedInStates
Sign-in state
UserSystem.UserProfile.VerifiedStates
Is the user's profile verified
Delegates
UserSystem.ReachabilityNotification
Delegate for notifications about reachability events.
UserSystem.SignedInStateNotification
Delegate for notifications about signin events.