Package io.getstream.chat.android.models
Class UploadedFile
-
- All Implemented Interfaces:
public final class UploadedFileRepresents a successfully uploaded file.
-
-
Constructor Summary
Constructors Constructor Description UploadedFile(String file, String thumbUrl)
-
Method Summary
Modifier and Type Method Description final StringgetFile()final StringgetThumbUrl()-
-
Method Detail
-
getThumbUrl
final String getThumbUrl()
-
-
-
-