Click or drag to resize

IMessagingPlugin Interface

Interface for all the messaging plugins.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IMessagingPlugin : IPlugin

The IMessagingPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Public propertySettings
Used by the plugin to retrieve settings set by Init.
Top
Methods
  NameDescription
Public methodInit
Initialize the messaging plugin. This is called before first SendMessage.
Public methodSendMessage(String, String, String, String, Guid, String, Guid)
Send a message using the method implemented in this plugin.
Public methodSendMessage(String, String, String, String, String, String, Guid, String, Guid)
Send a message using the method implemented in this plugin.
Top
See Also