resolveNewAttachmentFilename

open suspend fun resolveNewAttachmentFilename(attachmentId: String, fileExtension: String?): String

Resolves the filename for new attachment items. A new attachment from watchAttachments might not include a filename. Concatenates the attachment ID and extension by default. This method can be overridden for custom behavior.