IMessagingPluginInit Method |
Initialize the messaging plugin. This is called before first SendMessage.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax void Init(
Dictionary<string, string> settings
)
Sub Init (
settings As Dictionary(Of String, String)
)
void Init(
Dictionary<String^, String^>^ settings
)
abstract Init :
settings : Dictionary<string, string> -> unit
Parameters
- settings
- Type: System.Collections.GenericDictionaryString, String
Dictionary of settings for messaging plugins.
See Also