| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.api |
| Modifier and Type | Method and Description |
|---|---|
VariantType |
WindowsWNSVariant.getType() |
VariantType |
WindowsMPNSVariant.getType() |
abstract VariantType |
Variant.getType()
The type (Android, iOS or SimplePush) of the underlying variant.
|
VariantType |
SimplePushVariant.getType() |
VariantType |
iOSVariant.getType() |
VariantType |
ChromePackagedAppVariant.getType() |
VariantType |
AndroidVariant.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) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.