C# Class PlayStreamMediator, PlayFabGameServer

Inheritance: Mediator
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Private Properties

Property Type Description
OnPlayerEventHappened void
OnReceivedRequestForFriendList void
OnRegisterForEvent void
OnTitleEventHappened void

Public Methods

Method Description
OnRegister ( ) : void
OnRemove ( ) : void

Private Methods

Method Description
OnPlayerEventHappened ( PlayStreamNotification notif ) : void
OnReceivedRequestForFriendList ( NetworkMessage, netmsg ) : void
OnRegisterForEvent ( NetworkMessage, netmsg ) : void
OnTitleEventHappened ( PlayStreamNotification notif ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

OnRemove() public method

public OnRemove ( ) : void
return void