do it public
This commit is contained in:
parent
8799504b70
commit
7b5903782d
2 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ using ZicMoove.Droid.Interfaces;
|
||||||
|
|
||||||
namespace ZicMoove.Droid.Services.GCMHandlers
|
namespace ZicMoove.Droid.Services.GCMHandlers
|
||||||
{
|
{
|
||||||
abstract class GCMessageHandler : IGCMessageHandler
|
public abstract class GCMessageHandler : IGCMessageHandler
|
||||||
{
|
{
|
||||||
protected Context context;
|
protected Context context;
|
||||||
protected NotificationManager notificationManager;
|
protected NotificationManager notificationManager;
|
||||||
|
|
@ -18,9 +18,10 @@ namespace ZicMoove.Droid.Services.GCMHandlers
|
||||||
using Model;
|
using Model;
|
||||||
using Model.Musical;
|
using Model.Musical;
|
||||||
|
|
||||||
class BookQueryGCMHandler : GCMessageHandler
|
public class BookQueryGCMHandler : GCMessageHandler
|
||||||
{
|
{
|
||||||
public BookQueryGCMHandler(Context context,
|
public BookQueryGCMHandler(
|
||||||
|
Context context,
|
||||||
NotificationManager manager,
|
NotificationManager manager,
|
||||||
Notification.Builder builder) : base(context,manager,builder)
|
Notification.Builder builder) : base(context,manager,builder)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue