public C2dmPushChannel(C2dmPushChannelSettings channelSettings) { androidSettings = channelSettings; }
public C2dmPushService(IPushChannelFactory pushChannelFactory, C2dmPushChannelSettings channelSettings) : this(pushChannelFactory, channelSettings, default(IPushServiceSettings)) { }
public C2dmPushService(IPushChannelFactory pushChannelFactory, C2dmPushChannelSettings channelSettings, IPushServiceSettings serviceSettings) : base(pushChannelFactory ?? new C2dmPushChannelFactory(), channelSettings, serviceSettings) { }
public C2dmPushService(C2dmPushChannelSettings channelSettings, IPushServiceSettings serviceSettings) : this(default(IPushChannelFactory), channelSettings, serviceSettings) { }