Compartir a través de


UNErrorCode Enumeración

Definición

Enumera los errores de archivo adjuntos que pueden producirse al realizar una solicitud de notificación.

[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 = 
Herencia
UNErrorCode
Atributos

Campos

AttachmentCorrupt 105

El archivo adjunto está dañado.

AttachmentInvalidFileSize 102

El archivo adjunto es demasiado grande.

AttachmentInvalidUrl 100

La dirección URL del archivo no es válida.

AttachmentMoveIntoDataStoreFailed 104

No se pudieron mover los datos adjuntos al almacén de datos del sistema.

AttachmentNotInDataStore 103

El archivo adjunto local no estaba presente.

AttachmentUnrecognizedType 101

No se reconoció el tipo del archivo adjunto.

NotificationInvalidNoContent 1401
NotificationInvalidNoDate 1400
NotificationsNotAllowed 1

No se permite que la aplicación envíe solicitudes de notificación.

Se aplica a