Class UploadWidget.Result
- java.lang.Object
-
- com.cloudinary.android.uploadwidget.UploadWidget.Result
-
- All Implemented Interfaces:
android.os.Parcelable
- Enclosing class:
- UploadWidget
public static final class UploadWidget.Result extends java.lang.Object implements android.os.ParcelableResult data of the upload widget activity
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<UploadWidget.Result>CREATORCropPointscropPointsPair of cropping points.java.lang.StringrequestIdThe request id, in case the full flow was requested and an upload request was already started or dispatched.introtationAngleAngle to rotate.android.net.UriuriSource uri.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
uri
public android.net.Uri uri
Source uri.
-
cropPoints
public CropPoints cropPoints
Pair of cropping points.
-
rotationAngle
public int rotationAngle
Angle to rotate.
-
requestId
public java.lang.String requestId
The request id, in case the full flow was requested and an upload request was already started or dispatched.
-
CREATOR
public static final android.os.Parcelable.Creator<UploadWidget.Result> CREATOR
-
-