public class Plivo extends java.lang.Object
| Constructor and Description |
|---|
Plivo() |
| Modifier and Type | Method and Description |
|---|---|
static PlivoClient |
getClient() |
static PlivoClient |
getPhloClient() |
static void |
init()
Initializes the global
PlivoClient plivoInstance, taking the authId and authToken from
environment variables called PLIVO_AUTH_ID and PLIVO_AUTH_TOKEN. |
static void |
init(java.lang.String authId,
java.lang.String authToken)
Initializes the global
PlivoClient plivoInstance |
public Plivo()
public static void init(java.lang.String authId, java.lang.String authToken)
PlivoClient plivoInstancepublic static void init()
PlivoClient plivoInstance, taking the authId and authToken from
environment variables called PLIVO_AUTH_ID and PLIVO_AUTH_TOKEN.public static PlivoClient getClient()
public static PlivoClient getPhloClient()