public static class AylaUserConsentJob.DeliveryOption
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AylaUserConsentJob.DeliveryOption.AllowedType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SYSTEM_PUSH
Jobs that are to be delivered to device without user's consent.
|
static java.lang.String |
USER_CONSENT
Jobs that are to be delivered to device with user's consent.
|
| Constructor and Description |
|---|
DeliveryOption() |
public static final java.lang.String USER_CONSENT
public static final java.lang.String SYSTEM_PUSH