getAttachmentFileUri

open fun getAttachmentFileUri(@NonNull processUUID: String, @NonNull fileName: String): Uri

Gets the Uri of the attachment file.

Return

Uri : uri of the attachment file, or null if the process or the file are not found.

Parameters

processUUID

String the process uuid.

fileName

String the name of the attachment file.


open fun getAttachmentFileUri(    @NonNull processUUID: String,     @NonNull fileName: String,     @NonNull displayName: String): Uri

Gets the Uri of the attachment file.

Return

Uri : uri of the attachment file, or null if the process or the file are not found.

Parameters

processUUID

String the process uuid.

fileName

String the name of the attachment file.

displayName

String the display name of the attachment file.