Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Handler for when the operation started by a previous call to SendInvite completed.
public delegate void OnLobbySendInviteCompletedHandler(Lobby lobby, PFEntityKey sender,
PFEntityKey invitee, int result);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| sender | The local user which attempted to send the invite. |
| invitee | The entity which was invited. |
| result | Indicates that the SendInvite operation Succeeded or provides the reason that it failed. |
See Also
- class Lobby
- class PFEntityKey
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer