IPluginIntegrationService Interface |
Namespace: Resto.Front.Api
public interface IPluginIntegrationService
The IPluginIntegrationService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetApplicationVersion |
Gets version of the iikoFront application.
| |
| GetConfigsDirectoryPath |
Gets path to the directory where plugin should store it's configuration files (not a data).
| |
| GetDataStorageDirectoryPath |
Gets path to the directory where plugin should store it's data.
| |
| GetPaymentProcessorSettingsKey |
Get PluginKey to use with settings of payment processor.
| |
| GetPluginSettings |
Gets plugin settings by specified plugin key and bound entity id.
| |
| GetSupportedApiVersions |
Get a list of API version names, which are supported by the iikoFront application.
| |
| UpdatePluginSettings |
Updates plugin settings. Makes a call to iikoRMS Server, so it should be available.
|