Acts as the public interface used when interfacing with email-related settings for the player
More...
|
| void | SetEmailAddress (string emailAddress, Action< bool > completed) |
| | Updates the player's email address with the provided one. More...
|
| |
| void | DeleteEmailAddress (bool optOut, Action< bool > completed) |
| | Deletes the player's currently registered email address, and optionally fully opts the player out of ever receiving emails again. More...
|
| |
| string | GetModuleName () |
| | Returns the module name. More...
|
| |
Acts as the public interface used when interfacing with email-related settings for the player
◆ DeleteEmailAddress()
| void UserWiseSDK.Emails.EmailsModule.DeleteEmailAddress |
( |
bool |
optOut, |
|
|
Action< bool > |
completed |
|
) |
| |
|
inline |
Deletes the player's currently registered email address, and optionally fully opts the player out of ever receiving emails again.
- Parameters
-
| optout | If true, the player will never receive an email from UserWise again. |
◆ GetModuleName()
| string UserWiseSDK.Emails.EmailsModule.GetModuleName |
( |
| ) |
|
◆ SetEmailAddress()
| void UserWiseSDK.Emails.EmailsModule.SetEmailAddress |
( |
string |
emailAddress, |
|
|
Action< bool > |
completed |
|
) |
| |
|
inline |
Updates the player's email address with the provided one.
- Parameters
-
| emailAddress | Email address to update the player with. |
The documentation for this class was generated from the following file:
- userwise_sdk_source/userwise_sdk/Emails/EmailsModule.cs