public abstract static class Usher.Configuration
extends java.lang.Object
Usher.Configuration abstract class offers a highly customizable object to configure the
SDK with. It must be specified when the SDK is initialized.| Modifier and Type | Class and Description |
|---|---|
static class |
Usher.Configuration.Builder
The
Usher.Configuration.Builder abstract class allows the user to create and
return a Usher.Configuration object. |
static interface |
Usher.Configuration.Callback
Callback to receive the result of the server configuration attempt.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_APP_SCHEME
Default supported app scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static Usher.Configuration.Builder |
builder(android.app.Application application)
Returns the default
Usher.Configuration.Builder object for the Usher.Configuration abstract class. |
public static final java.lang.String DEFAULT_APP_SCHEME
public static Usher.Configuration.Builder builder(android.app.Application application)
Usher.Configuration.Builder object for the Usher.Configuration abstract class.application - the class in your app that extends the Application classUsher.Configuration.Builder object for the Usher.Configuration abstract class.