Table of Contents

Enum NotificationType

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

Notification type.

public enum NotificationType

Fields

Failed = 3

Failed notification.

Starting = 1

Starting notification.

Succeeded = 2

Succeeded notification.

Unknown = 0

Unknown notification.