- getFile(String, String) - Method in class zendesk.belvedere.Belvedere
-
Returns a File
and Uri
for the given file name.
- getFile() - Method in class zendesk.belvedere.MediaResult
-
Get the resolved File
.
- getFilesFromActivityOnResult(int, int, Intent, Callback<List<MediaResult>>) - Method in class zendesk.belvedere.Belvedere
-
Parse data from Activity.onActivityResult(int, int, Intent)
.
- getFilesFromActivityOnResult(int, int, Intent, Callback<List<MediaResult>>, boolean) - Method in class zendesk.belvedere.Belvedere
-
Parse data from Activity.onActivityResult(int, int, Intent)
.
- getHeight() - Method in class zendesk.belvedere.MediaResult
-
Gets the height of the image.
- getImageDimensions(File) - Static method in class zendesk.belvedere.BitmapUtils
-
Gets the dimension of an image file.
- getInputTrap() - Method in class zendesk.belvedere.KeyboardHelper
-
- getIntent() - Method in class zendesk.belvedere.MediaIntent
-
Get the raw intent
- getKeyboardHeight() - Method in class zendesk.belvedere.KeyboardHelper
-
- getKeyboardHelper() - Method in class zendesk.belvedere.ImageStream
-
- getMimeType() - Method in class zendesk.belvedere.MediaResult
-
Get the mime type of the file
- getName() - Method in class zendesk.belvedere.MediaResult
-
Get the name of the file.
- getOriginalUri() - Method in class zendesk.belvedere.MediaResult
-
Get the original Uri
to the media.
- getPermission() - Method in class zendesk.belvedere.MediaIntent
-
Permission that has to be granted before calling #open(Activity)
- getShareIntent(Uri, String) - Method in class zendesk.belvedere.Belvedere
-
Create an Intent
for sharing an Uri
.
- getSize() - Method in class zendesk.belvedere.MediaResult
-
Gets the file size.
- getTarget() - Method in class zendesk.belvedere.MediaIntent
-
Get the target of the intent.
- getUri() - Method in class zendesk.belvedere.MediaResult
-
Get the Uri
to the File
.
- getViewIntent(Uri, String) - Method in class zendesk.belvedere.Belvedere
-
Create an Intent
for viewing an Uri
.
- getWidth() - Method in class zendesk.belvedere.MediaResult
-
Gets the width of the image.
- grantPermissionsForUri(Intent, Uri) - Method in class zendesk.belvedere.Belvedere
-
Grant all Apps that are resolvable through the provided Intent
Intent.FLAG_GRANT_READ_URI_PERMISSION
and
Intent.FLAG_GRANT_WRITE_URI_PERMISSION
.