Class UserSystem.BasicPresence
Basic user presense
Namespace: Unity.PSN.PS5.Users
Syntax
public class BasicPresence
Properties
AccountId
Account id of user's PSN account
Declaration
public ulong AccountId { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
InContext
Whether the current user and the target user are playing a game with the same NP communication ID
Declaration
public bool InContext { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
OnlineStatus
Online status
Declaration
public UserSystem.BasicPresence.OnlineStates OnlineStatus { get; }
Property Value
| Type | Description |
|---|---|
| UserSystem.BasicPresence.OnlineStates |