IMessagingPlugin Interface |
Namespace: Atomia.Billing.Core.Sdk.Plugins
The IMessagingPlugin type exposes the following members.
| Name | Description | |
|---|---|---|
| AtomiaBillingApi |
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.) | |
| Name |
Gets or sets plugin name.
(Inherited from IPlugin.) | |
| Settings |
Used by the plugin to retrieve settings set by Init.
|
| Name | Description | |
|---|---|---|
| Init |
Initialize the messaging plugin. This is called before first SendMessage.
| |
| SendMessage(String, String, String, String, Guid, String, Guid) |
Send a message using the method implemented in this plugin.
| |
| SendMessage(String, String, String, String, String, String, Guid, String, Guid) |
Send a message using the method implemented in this plugin.
|