v1.0.0
Latest
2020.3+

Interface IFriendsEvents

An interface allowing the subscription and unsubscription to the Friends notification system and the callbacks invoked when an event occurs on the notification system.

Namespace: Unity.Services.Friends.Notifications
Syntax
public interface IFriendsEvents

Properties

Callbacks

The callbacks associated with the Friends events subscription.

Declaration
FriendsEventCallbacks Callbacks { get; }
Property Value
TypeDescription
FriendsEventCallbacks

Methods

SubscribeAsync()

Subscribes or re-subscribes to the events system.

Declaration
Task SubscribeAsync()
Returns
TypeDescription
Task

An awaitable task.

Exceptions
TypeCondition
FriendsServiceException

Represents an exception that occurs when communicating with the Unity Friends service.

UnsubscribeAsync()

Unsubscribes from the events system.

Declaration
Task UnsubscribeAsync()
Returns
TypeDescription
Task

An awaitable task.

Exceptions
TypeCondition
FriendsServiceException

Represents an exception that occurs when communicating with the Unity Friends service.