Class UploadWidget.Result

  • All Implemented Interfaces:
    android.os.Parcelable
    Enclosing class:
    UploadWidget

    public static final class UploadWidget.Result
    extends java.lang.Object
    implements android.os.Parcelable
    Result data of the upload widget activity
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<UploadWidget.Result> CREATOR  
      CropPoints cropPoints
      Pair of cropping points.
      java.lang.String requestId
      The request id, in case the full flow was requested and an upload request was already started or dispatched.
      int rotationAngle
      Angle to rotate.
      android.net.Uri uri
      Source uri.
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        Result​(android.net.Uri uri)  
      protected Result​(android.os.Parcel in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int describeContents()  
      void writeToParcel​(android.os.Parcel dest, int flags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • Result

        public Result​(android.net.Uri uri)
      • Result

        protected Result​(android.os.Parcel in)
    • Method Detail

      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable