Click or drag to resize

IPluginIntegrationServiceAddButtonOnPastOrderView Method

Adds action button to display it in the past order screen. Button will be automatically removed on iikoFront restarts or you will dispose method's return value.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IDisposable AddButtonOnPastOrderView(
	ButtonOnPastOrderView button
)

Parameters

button
Type: Resto.Front.Api.UIButtonOnPastOrderView
Action Button to insert in plugins summary at 'Past order screen' -> 'Additional'.

Return Value

Type: IDisposable
You may dispose result to remove button.
See Also