Updates the Entity token for the current local user.
Syntax
public void PlayFabMultiplayerManager.Get().UpdateEntityToken(entityToken);
Parameters
entityToken string
The Entity token associated with the local user.
Return value
None.
Updates the Entity token for the current local user.
public void PlayFabMultiplayerManager.Get().UpdateEntityToken(entityToken);
entityToken string
The Entity token associated with the local user.
None.