Class NotificationHandlerExtensions
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
A static class providing extension methods for MaaFramework.Binding.Notification.NotificationHandler`2.
public static class NotificationHandlerExtensionsInheritance
Inherited Members
Methods
- ToCallback<TDetail, TContext>(NotificationHandler<TDetail, TContext>, string)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<ResourceLoadingDetail, IMaaResource>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<ControllerActionDetail, IMaaController>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<TaskerTaskDetail, IMaaTasker>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<NodeNextListDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<NodeRecognitionDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<NodeActionDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<PipelineNodeDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<RecognitionNodeDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<ActionNodeDetail, IMaaContext>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.