Class MediaFile
- java.lang.Object
-
- com.cheetahdigital.uikit.helper.video.MediaFile
-
public class MediaFile extends java.lang.Object
Wrapper class to subsitute previous version of Retrofit's TypeFile
-
-
Constructor Summary
Constructors Constructor Description MediaFile(java.lang.String type, java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.MultipartBody.Part
createMultipartBody(java.lang.String field)
long
length()
java.lang.String
type()
-