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