Class AttachmentKt
-
- All Implemented Interfaces:
public final class AttachmentKt
-
-
Method Summary
Modifier and Type Method Description final static BooleanisAnyFileType(Attachment $self)final static BooleanisUploading(Attachment $self)final static BooleanisFailed(Attachment $self)final static BooleanhasLink(Attachment $self)-
-
Method Detail
-
isAnyFileType
final static Boolean isAnyFileType(Attachment $self)
- Returns:
If the Attachment is a file or not.
-
isUploading
final static Boolean isUploading(Attachment $self)
- Returns:
If the attachment is currently being uploaded to the server.
-
isFailed
final static Boolean isFailed(Attachment $self)
- Returns:
If the attachment has been failed when uploading to the server.
-
-
-
-