| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api | |
| org.jboss.aerogear.unifiedpush.api.validation |
| Modifier and Type | Method and Description |
|---|---|
abstract VariantType |
Variant.getType()
The @VariantType of the underlying variant.
|
VariantType |
WindowsWNSVariant.getType() |
VariantType |
iOSVariant.getType() |
VariantType |
AndroidVariant.getType() |
VariantType |
AdmVariant.getType() |
static VariantType |
VariantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantType[] |
VariantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Variant.setType(VariantType type) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DeviceTokenValidator.isValidDeviceTokenForVariant(String deviceToken,
VariantType type)
Helper to run quick up-front validations.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.