SetEmail
method in Coherence.Cloud.PlayerAccount
Methods
public PlayerAccountOperation SetEmail(string emailAddress, CancellationToken cancellationToken = default)
Assign an email address to the current player account.
Parameters
Type | Name | Description |
---|---|---|
string | emailAddress | Email address for the current account. |
CancellationToken | cancellationToken | Can be used to cancel the operation. |
Returns
Type | Description |
---|---|
PlayerAccountOperation | Result of the operation. |