Share via


HKAttachmentStoreGetAttachmentCompletionHandler Delegate

Definition

public delegate void HKAttachmentStoreGetAttachmentCompletionHandler(HKAttachment[]? attachments, NSError? error);
type HKAttachmentStoreGetAttachmentCompletionHandler = delegate of HKAttachment[] * NSError -> unit

Parameters

attachments
HKAttachment[]
error
NSError

Applies to