Enum UserSystem.GetFriendsRequest.Order
Sort order for friend list
Namespace: Unity.PSN.PS5.Users
Syntax
public enum Order
Fields
| Name | Description |
|---|---|
| NotSet | Arbitrary order |
| OnlineId | Online IDs will be sorted in the dirctionary order (case-insensitive) |
| OnlineStatus | Friends sorted by online status first then offline status |
| OnlineStatus_OnlineId | Friends sorted by online status first and Online IDs. Combination of OnlineId + OnlineStatus |