public class KontaktCloudFactory
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
API_URL  | 
static int | 
API_VERSION  | 
| Constructor and Description | 
|---|
KontaktCloudFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static KontaktCloud | 
create()
Provides new instance of Kontakt Cloud. 
 | 
static KontaktCloud | 
create(java.lang.String apiKey)
Provides new instance of Kontakt Cloud initialized with given API key. 
 | 
public static final java.lang.String API_URL
public static final int API_VERSION
public static KontaktCloud create()
KontaktSDK is
 already initialized with the proper API key.public static KontaktCloud create(java.lang.String apiKey)
apiKey - the user's API key.