Compartir a través de


UILocalNotification.Category Propiedad

Definición

Obtiene o establece un nombre de categoría que se usará para buscar un grupo de acciones con las que rellenar la notificación.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string Category { [Foundation.Export("category")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setCategory:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Category : string with get, set

Valor de propiedad

(Se incluye más documentación para este nodo)

Este valor puede ser null.

Atributos

Se aplica a