AeroGear Android Library 1.2.0

org.jboss.aerogear.android.unifiedpush
Interface PushRegistrarFactory

All Known Implementing Classes:
DefaultPushRegistrarFactory

public interface PushRegistrarFactory


Method Summary
 PushRegistrar createPushRegistrar(PushConfig config)
          Creates a push registrar
 

Method Detail

createPushRegistrar

PushRegistrar createPushRegistrar(PushConfig config)
Creates a push registrar

Parameters:
config - the push config to use to build.
Returns:
an instance of PushRegistrar configured for config
Throws:
IllegalArgumentException - is config.type is not a supported type

AeroGear Android Library 1.2.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.