次の方法で共有


UNErrorCode 列挙型

定義

通知要求を行うときに発生する可能性がある添付ファイル エラーを列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum UNErrorCode
type UNErrorCode = 
継承
UNErrorCode
属性

フィールド

AttachmentCorrupt 105

添付ファイルが破損しています。

AttachmentInvalidFileSize 102

添付ファイルが大きすぎます。

AttachmentInvalidUrl 100

ファイルの URL が無効です。

AttachmentMoveIntoDataStoreFailed 104

添付ファイルをシステム データ ストアに移動できませんでした。

AttachmentNotInDataStore 103

ローカル添付ファイルが存在しなかった。

AttachmentUnrecognizedType 101

添付ファイルの種類が認識されませんでした。

NotificationInvalidNoContent 1401
NotificationInvalidNoDate 1400
NotificationsNotAllowed 1

アプリは通知要求を送信できません。

適用対象