handle estimate
This commit is contained in:
parent
8883a4fbc2
commit
ec5f3b9867
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@ namespace ZicMoove.Droid.Services
|
||||||
notificationManager = (NotificationManager)GetSystemService(Context.NotificationService);
|
notificationManager = (NotificationManager)GetSystemService(Context.NotificationService);
|
||||||
Handlers = new Dictionary<string, IGCMessageHandler>
|
Handlers = new Dictionary<string, IGCMessageHandler>
|
||||||
{
|
{
|
||||||
{"BookQuery", new BookQueryGCMHandler(this,notificationManager,notificationBuilder) }
|
{"RdvQuery", new BookQueryGCMHandler(this,notificationManager,notificationBuilder) },
|
||||||
|
{"Estimation", new EstimateGCMHandler(this,notificationManager,notificationBuilder) },
|
||||||
|
{"HairCutQuery", new HairCutQueryGCMHandler(this,notificationManager,notificationBuilder) },
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue