KrNotificationManager - конструктор
Пространство имён: Tessa.Extensions.Default.Client.NotificationsСборка: Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 4.0.4
public KrNotificationManager(
KrSettingsLazy settingsLazy,
INotificationUIManager notificationUIManager,
INotificationUIFactory notificationUIFactory,
IUserSettings userSettings,
IViewService viewService,
ISession session,
ICardMetadata generalMetadata,
ISessionFailedChecker sessionFailedChecker,
[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)
Public Sub New (
settingsLazy As KrSettingsLazy,
notificationUIManager As INotificationUIManager,
notificationUIFactory As INotificationUIFactory,
userSettings As IUserSettings,
viewService As IViewService,
session As ISession,
generalMetadata As ICardMetadata,
sessionFailedChecker As ISessionFailedChecker,
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
KrNotificationManager(
KrSettingsLazy^ settingsLazy,
INotificationUIManager^ notificationUIManager,
INotificationUIFactory^ notificationUIFactory,
IUserSettings^ userSettings,
IViewService^ viewService,
ISession^ session,
ICardMetadata^ generalMetadata,
ISessionFailedChecker^ sessionFailedChecker,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
settingsLazy : KrSettingsLazy *
notificationUIManager : INotificationUIManager *
notificationUIFactory : INotificationUIFactory *
userSettings : IUserSettings *
viewService : IViewService *
session : ISession *
generalMetadata : ICardMetadata *
sessionFailedChecker : ISessionFailedChecker *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> KrNotificationManager
Параметры
- settingsLazy KrSettingsLazy
-
- notificationUIManager INotificationUIManager
-
- notificationUIFactory INotificationUIFactory
-
- userSettings IUserSettings
-
- viewService IViewService
-
- session ISession
-
- generalMetadata ICardMetadata
-
- sessionFailedChecker ISessionFailedChecker
-
- disposableContainer IUnityDisposableContainer (Optional)
-