C# Class PlayStreamMediator, PlayFabGameServer

Inheritance: Mediator
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Private Properties

Свойство Type Description
OnPlayerEventHappened void
OnReceivedRequestForFriendList void
OnRegisterForEvent void
OnTitleEventHappened void

Méthodes publiques

Méthode Description
OnRegister ( ) : void
OnRemove ( ) : void

Private Methods

Méthode Description
OnPlayerEventHappened ( PlayStreamNotification notif ) : void
OnReceivedRequestForFriendList ( NetworkMessage, netmsg ) : void
OnRegisterForEvent ( NetworkMessage, netmsg ) : void
OnTitleEventHappened ( PlayStreamNotification notif ) : void

Method Details

OnRegister() public méthode

public OnRegister ( ) : void
Résultat void

OnRemove() public méthode

public OnRemove ( ) : void
Résultat void