| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush | |
| org.jboss.aerogear.android.unifiedpush.gcm |
| Modifier and Type | Class and Description |
|---|---|
class |
PushConfiguration<CONFIGURATION extends PushConfiguration>
The configuration builder for push registrars.
|
| Modifier and Type | Method and Description |
|---|---|
static <CFG extends PushConfiguration<CFG>> |
RegistrarManager.config(String name,
Class<CFG> pushConfigurationClass)
Begins a new fluent configuration stanza.
|
static <CFG extends PushConfiguration<CFG>> |
RegistrarManager.registerConfigurationProvider(Class<CFG> configurationClass,
org.jboss.aerogear.android.core.ConfigurationProvider<CFG> provider)
This will add a new Configuration that this Manager can build
Configurations for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnPushRegistrarCreatedListener.onPushRegistrarCreated(PushConfiguration<?> configuration,
PushRegistrar registrar)
A method called when
PushRegistrar instances are created. |
| Modifier and Type | Class and Description |
|---|---|
class |
AeroGearGCMPushConfiguration
A Push Configuration which builds
AeroGearGCMPushRegistrar instances. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.