public interface

AttachmentFile

com.glia.androidsdk.chat.AttachmentFile

Summary

Public Methods
abstract String getContentType()
File mimetype, for example `application/pdf`
abstract String getId()
abstract String getName()
Name of the file
abstract long getSize()
File size in bytes
abstract boolean isDeleted()
Whether the file has been deleted

Public Methods

public abstract String getContentType ()

File mimetype, for example `application/pdf`

public abstract String getId ()

Returns
  • UUID of the file

public abstract String getName ()

Name of the file

public abstract long getSize ()

File size in bytes

public abstract boolean isDeleted ()

Whether the file has been deleted