Click or drag to resize

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
)

Parameters

settings
Type: System.Collections.GenericDictionaryString, String
Dictionary of settings for messaging plugins.
See Also