get Attachment File Uri
open fun getAttachmentFileUri(@NonNull processUUID: String, @NonNull fileName: String): Uri
Content copied to clipboard
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
process UUID
String the process uuid.
file Name
String the name of the attachment file.
open fun getAttachmentFileUri( @NonNull processUUID: String, @NonNull fileName: String, @NonNull displayName: String): Uri
Content copied to clipboard
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
process UUID
String the process uuid.
file Name
String the name of the attachment file.
display Name
String the display name of the attachment file.