CKFetchNotificationChangesOperation.NotificationChanged Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Azione eseguita per ogni notifica push.
public virtual Action<CloudKit.CKNotification> NotificationChanged { [Foundation.Export("notificationChangedBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setNotificationChangedBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.NotificationChanged : Action<CloudKit.CKNotification> with get, set
Valore della proprietà
(Altre documentazioni per questo nodo sono disponibili)
Il valore può essere null
.
- Attributi