次の方法で共有


NotificationOutcomeState 列挙型

定義

通知結果の状態の列挙を指定します。

public enum NotificationOutcomeState
type NotificationOutcomeState = 
Public Enum NotificationOutcomeState
継承
NotificationOutcomeState

フィールド

Abandoned 4

送信された通知が Abondoned になったときの NotificationOutcome

Cancelled 7

ユーザーがスケジュールされた送信要求を取り消したときの NotificationOutcome

Completed 3

送信された通知が再開されたときの NotificationOutcome

DetailedStateAvailable 1

DebugSend 中の NotificationOutcome 状態

Enqueued 0

通知が送信されたときの NotificationOutcome

NoTargetFound 6

メッセージを送信するターゲットが見つからない場合の NotificationOutcome

Processing 2

送信済み通知の処理

Unknown 5

状態が設定されていない場合の不明な状態

適用対象