Class NotificationHandlerExtensions
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
A static class providing extension methods for MaaFramework.Binding.Notification.NotificationHandler`1.
public static class NotificationHandlerExtensions
Inheritance
Inherited Members
Methods
- ToCallback<TDetail>(NotificationHandler<TDetail>, string)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<ResourceLoadingDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<ControllerActionDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<TaskerTaskDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<TaskNextListDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<TaskRecognitionDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.
- ToCallback(NotificationHandler<TaskActionDetail>)
-
Converts a notificationHandler to a delegate used for MaaFramework.Binding.Abstractions.IMaaCommon.Callback.