Delegate UserSystem.SignedInStateNotification
Delegate for notifications about signin events.
Namespace: Unity.PSN.PS5.Users
Syntax
public delegate void SignedInStateNotification(UserSystem.SignedInEvent signedInEvent);
Parameters
| Type | Name | Description |
|---|---|---|
| UserSystem.SignedInEvent | signedInEvent | The signin event data containing the notification data |