public class ProviderRegistrationParameters extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
String | 
region
The region in which the provider will be running tournaments. 
 | 
String | 
url
The provider's callback URL to which tournament game results in this region should be posted. 
 | 
| Constructor and Description | 
|---|
ProviderRegistrationParameters(String region,
                              String url)  | 
public final String region
public final String url
Copyright © 2019. All rights reserved.