| NotificationServiceExtensionsSubscribeOnNavigatingToPaymentScreen Method  | 
  
    Namespace: 
   Resto.Front.Api.Extensions
    Assembly:
   Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
 Syntax
Syntaxpublic static IDisposable SubscribeOnNavigatingToPaymentScreen(
	this INotificationService notificationService,
	Action<IOrder, IPointOfSale, IOperationService, IViewManager> callback
)
Parameters
- notificationService
- Type: Resto.Front.ApiINotificationService
 
- callback
- Type: SystemActionIOrder, IPointOfSale, IOperationService, IViewManager
 
Return Value
Type: 
IDisposableUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
INotificationService. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also