ResendValidationEmail
tip
This method is available in Cloud Code scripts only.
Resend validation email.
Service | Operation |
---|---|
playerState | RESEND_VALIDATION_EMAIL |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var playerStateProxy = bridge.getPlayerStateServiceProxy();
var postResult = playerStateProxy.resendValidationEmail();
if (postResult.status == 200) {
// Success!
}
{
"service": "playerState",
"operation": "RESEND_VALIDATION_EMAIL"
}
JSON Response
{
"data": null,
"status": 200
}