-
- All Implemented Interfaces:
-
android.os.Parcelable
@Stable() public final class MediaResource implements Parcelable
-
-
Constructor Summary
Constructors Constructor Description MediaResource(Uri uri, String path, String name, String mimeType)
-
Method Summary
Modifier and Type Method Description final BooleangetIsImage()final BooleangetIsVideo()final UrigetUri()final StringgetPath()final StringgetName()final StringgetMimeType()-
-
Method Detail
-
getIsImage
final Boolean getIsImage()
-
getIsVideo
final Boolean getIsVideo()
-
getUri
final Uri getUri()
-
getMimeType
final String getMimeType()
-
-
-
-